Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
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;}
@property (nonatomic, assign) LTTextDocumentType documentType
public TextDocumentType getDocumentType() public void setDocumentType(TextDocumentType documentType)
<br/>get_DocumentType();<br/>set_DocumentType(value);<br/>Object.defineProperty('DocumentType');
public: property TextDocumentType DocumentType { TextDocumentType get(); void set ( TextDocumentType value); }
For more information, refer to TextDocumentType.