←Select platform

DocumentType Property

Summary

Value that indicates the text file type.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.DocumentWriters Assembly