for GdPicture.NET
XTractFlow.API.Result Namespace / ExtractedField Class / FieldName Property



In This Topic

    FieldName Property

    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property FieldName As String
    'Usage
     
    
    Dim instance As ExtractedField
    Dim value As String
     
    value = instance.FieldName
    public string FieldName {get;}
    public:
    property String^ FieldName {
       String^ get();
    }
    See Also