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



In This Topic

    Format Property (FieldValue)

    In This Topic
    A member of the XTractFlow.API.Document.Fields.FieldDataFormat enumeration specifying the data format of the field's value.
    Syntax
    'Declaration
     
    
    <Newtonsoft.Json.JsonConverterAttribute(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])>
    Public MustOverride ReadOnly Property Format As FieldDataFormat
    'Usage
     
    
    Dim instance As FieldValue
    Dim value As FieldDataFormat
     
    value = instance.Format
    [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])]
    public abstract FieldDataFormat Format {get;}
    [Newtonsoft.Json.JsonConverter(Newtonsoft.Json.Converters.StringEnumConverter, Mono.Cecil.CustomAttributeArgument[])]
    public:
    abstract property FieldDataFormat Format {
       FieldDataFormat get();
    }
    See Also