for GdPicture.NET
XTractFlow.API.Document Namespace / DocumentTemplate Class / HasField Method



In This Topic

    HasField Method

    In This Topic
    Indicates if the document template has any fields.
    Syntax
    'Declaration
     
    
    Public Function HasField() As Boolean
    'Usage
     
    
    Dim instance As DocumentTemplate
    Dim value As Boolean
     
    value = instance.HasField()
    public bool HasField()
    public:
    bool HasField(); 

    Return Value

    A boolean indicating if any field is available in the document template.
    See Also