for GdPicture.NET
XTractFlow.API.Document Namespace / TemplateField Class / Format Property



In This Topic

    Format Property (TemplateField)

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

    Property Value

    Default value is XTractFlow.API.Document.Fields.FieldDataFormat.Text
    See Also