'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.