ImageGear .NET - Updated May 30, 2018
Rtf Property




ImageGear24.Art Assembly > ImageGear.ART Namespace > ImGearARTRichText Class : Rtf Property
Gets or sets the annotation text in the rich text format.
Syntax
'Declaration
 
Public Property Rtf As String
 
'Usage
 
Dim instance As ImGearARTRichText
Dim value As String
 
instance.Rtf = value
 
value = instance.Rtf

Property Value

String value.
Remarks
The setter validates if the provided value is a valid RTF-formatted string and throws the ImGearException with a PARAMETER_HAS_INVALID_VALUE error code if it is not.
See Also

Reference

ImGearARTRichText Class
ImGearARTRichText Members