←Select platform

Format Property

Summary
Gets the document format type associated with this options class.
Syntax
C#
VB
Objective-C
C++
Java
public override DocumentFormat Format { get; } 
Public Overrides ReadOnly Property Format As DocumentFormat 
@property (nonatomic, assign, readonly) LTDocumentFormat format 
@Override public DocumentFormat getFormat() 
public: 
property DocumentFormat Format { 
   DocumentFormat get() override; 
} 

Property Value

This property will always return DocumentFormat.Text.

Remarks

This property is required internally by LEADTOOLS.

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.