for GdPicture.NET
XTractFlow.API.Result Namespace / TextValue Class / Format Property



Format Property (TextValue)

A member of the XTractFlow.API.Document.Fields.FieldDataFormat enumeration specifying the data format of the field's value.
Syntax
'Declaration
 
Public Overrides NotOverridable ReadOnly Property Format As FieldDataFormat
 
'Usage
 
Dim instance As TextValue
Dim value As FieldDataFormat
 
value = instance.Format
See Also