Leadtools.Forms.DocumentWriters Namespace > TextDocumentOptions Class : DocumentType Property |
public TextDocumentType DocumentType {get; set;}
'Declaration Public Property DocumentType As TextDocumentType
'Usage Dim instance As TextDocumentOptions Dim value As TextDocumentType instance.DocumentType = value value = instance.DocumentType
public TextDocumentType DocumentType {get; set;}
get_DocumentType();
set_DocumentType(value);
Object.defineProperty('DocumentType');
public: property TextDocumentType DocumentType { TextDocumentType get(); void set ( TextDocumentType value); }
For more information, refer to TextDocumentType.