←Select platform

DocumentType Property

Summary

PDF file type created using the LEADTOOLS Document Writers.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public PdfDocumentType DocumentType { get; set; } 
Public Property DocumentType As Leadtools.Forms.Documentwriters.PdfDocumentType 
public Leadtools.Forms.Documentwriters.PdfDocumentType DocumentType {get; set;} 
@property (nonatomic, assign) LTPdfDocumentType documentType 
public PdfDocumentType getDocumentType() 
public void setDocumentType(PdfDocumentType documentType) 
             
 <br/>get_DocumentType();<br/>set_DocumentType(value);<br/>Object.defineProperty('DocumentType');  

Property Value

One of the PdfDocumentType enumeration members that indicate which type of PDF file will be created. Default value is PdfDocumentType.Pdf

Remarks

LEADTOOLS Document Writers supports creating the PDF/A subset of the Adobe Portable Document Format (PDF) documents. For more information, refer to the PdfDocumentType enumeration.

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