Value that indicates the text file type.
public TextDocumentType DocumentType { get; set; }
Public Property DocumentType As Leadtools.Forms.Documentwriters.TextDocumentType
public Leadtools.Forms.Documentwriters.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 Leadtools.Forms.Documentwriters.TextDocumentType DocumentType {
Leadtools.Forms.Documentwriters.TextDocumentType get();
void set ( Leadtools.Forms.Documentwriters.TextDocumentType );
}
An TextDocumentType enumeration member that indicate the text file type.
For more information, refer to TextDocumentType.
For an example, refer to TextDocumentOptions.
Programming with LEADTOOLS Document Writers
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET