documentType Property

Summary

Type of PDF file that will be created using the LEADTOOLS Document Writers.

Syntax

JavaScript Syntax
Object.defineProperty(PdfDocumentOptions.prototype, 'documentType', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
documentType: 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.

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.Documents Assembly