'Usage
Dim instance As ImGearARTText
Dim value As String
instance.ActualText = value
value = instance.ActualText
Property Value
String value.
Remarks
If TextType value is ImGearARTTextType.FILE_NAME the ActualText property holds a string with the file content. If TextType value is ImGearARTTextType.DIRECT_TEXT the ActualText property holds a string containing the same value as Text property.