LEADTOOLS Annotations (Leadtools.Annotations assembly)

DefaultRtf Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.