←Select platform

DocumentType Property

Summary

PDF file type created using the LEADTOOLS Document Writers.

Syntax
C#
VB
Objective-C
C++
Java
public PdfDocumentType DocumentType { get; set; } 
Public Property DocumentType As PdfDocumentType 
@property (nonatomic, assign) LTPdfDocumentType documentType 
public PdfDocumentType getDocumentType() 
public void setDocumentType(PdfDocumentType documentType) 
public: 
property PdfDocumentType DocumentType { 
   PdfDocumentType get(); 
   void set (    PdfDocumentType ); 
} 

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Writer Assembly