ImageGear .NET - Updated November 28, 2017
Text Property (ImGearARTPopupText)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPopupText Class : Text Property
Gets or sets the text of the mark.
Syntax
'Declaration
 
Public Property Text As String
 
'Usage
 
Dim instance As ImGearARTPopupText
Dim value As String
 
instance.Text = value
 
value = instance.Text

Property Value

String value.
Remarks
If TextType value is ImGearARTTextType.FILE_NAME the Text property holds a string with the file name. If TextType value is ImGearARTTextType.DIRECT_TEXT the Text property holds the actual text. Use ActualText to get the file content if TextType value is ImGearARTTextType.FILE_NAME.
See Also

Reference

ImGearARTPopupText Class
ImGearARTPopupText Members
ActualText Property