Gets the document format type associated with this options class.
public abstract DocumentFormat Format { get; }
Public MustOverride ReadOnly Property Format As Leadtools.Forms.Documentwriters.DocumentFormat
@property (nonatomic, assign, readonly) LTDocumentFormat format
public abstract DocumentFormat getFormat()
public:
abstract property Leadtools.Forms.Documentwriters.DocumentFormat Format {
Leadtools.Forms.Documentwriters.DocumentFormat get();
}
This property will always return the DocumentFormat associated with the derived class.
This property is required internally by LEADTOOLS.
For an example, refer to DocumentWriter.
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