←Select platform

Format Property

Summary

Gets the document format type associated with this options class.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public override DocumentFormat Format { get; } 
Public Overrides ReadOnly Property Format As Leadtools.Forms.Documentwriters.DocumentFormat 
public override Leadtools.Forms.Documentwriters.DocumentFormat Format {get;} 
@property (nonatomic, assign, readonly) LTDocumentFormat format 
@Override public DocumentFormat getFormat() 
 get_Format();  

Property Value

This property will always return DocumentFormat.Pdf.

Remarks

This property is required internally by LEADTOOLS.

Example

For an example, refer to PdfDocumentOptions.

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