Windward Studios API Reference
CopyAllTags Property
See Also  Send comments on this topic.
net.windward.api.csharp Namespace > ReportRtf Class : CopyAllTags Property




Glossary Item Box

Set copy unknown tags mode on or off. If the copy mode is on, all rtf tags that are understood but not processed will be copied to the report. This will not copy tags that are not understood (or that are understood but cannot be copied stand-alone).

Syntax

Visual Basic (Declaration) 
Public Property CopyAllTags As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ReportRtf
Dim value As Boolean
 
instance.CopyAllTags = value
 
value = instance.CopyAllTags
C# 
public bool CopyAllTags {get; set;}
Managed Extensions for C++ 
public: __property bool get_CopyAllTags();
public: __property void set_CopyAllTags( 
   bool value
);
C++/CLI 
public:
property bool CopyAllTags {
   bool get();
   void set (    bool value);
}

Requirements

Platforms: Windows 10, Windows NT, Windows Server

See Also

Windward Studios - .NET Document Generation software