←Select platform

Format Property

Summary

Gets the document format type associated with this options class.

Syntax
C#
VB
Objective-C
C++
Java
public abstract DocumentFormat Format { get; } 
Public MustOverride ReadOnly Property Format As DocumentFormat 
@property (nonatomic, assign, readonly) LTDocumentFormat format 
public abstract DocumentFormat getFormat() 
public: 
abstract property DocumentFormat Format { 
   DocumentFormat get(); 
} 

Property Value

This property will always return the DocumentFormat associated with the derived class.

Remarks

This property is required internally by LEADTOOLS.

Example

For an example, refer to DocumentWriter.

Requirements

Target Platforms

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

Leadtools.Document.Writer Assembly