←Select platform

DocumentType Property

Summary
Value that indicates the text file type.
Syntax
C#
VB
Objective-C
C++
Java
public TextDocumentType DocumentType { get; set; } 
Public Property DocumentType As TextDocumentType 
@property (nonatomic, assign) LTTextDocumentType documentType 
public TextDocumentType getDocumentType() 
public void setDocumentType(TextDocumentType documentType) 
public: 
property TextDocumentType DocumentType { 
   TextDocumentType get(); 
   void set (    TextDocumentType ); 
} 

Property Value

An TextDocumentType enumeration member that indicate the text file type.

Remarks

For more information, refer to TextDocumentType.

Example

For an example, refer to TextDocumentOptions.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.