Error processing SSI file
LEADTOOLS Annotations (Leadtools.Annotations assembly)

Show in webframe

DefaultRtf Property






Gets or sets the default rich text to be used with new AnnRichTextObject objects.
Syntax
public virtual string DefaultRtf {get; set;}
'Declaration
 
Public Overridable Property DefaultRtf As String
'Usage
 
Dim instance As AnnRichTextDrawDesigner
Dim value As String
 
instance.DefaultRtf = value
 
value = instance.DefaultRtf

            

            
public:
virtual property String^ DefaultRtf {
   String^ get();
   void set (    String^ value);
}

Property Value

A String that represents the default rich text.
Example
For an example, refer to AnnRichTextDrawDesigner.
Requirements

Target Platforms

See Also

Reference

AnnRichTextDrawDesigner Class
AnnRichTextDrawDesigner Members

Error processing SSI file
(Deprecated, use Leadtools.Annotations.Core instead)