Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

DocumentType Property (PdfDocumentOptions)

Show in webframe
Type of PDF file that will be created using the LEADTOOLS Document Writers.
Syntax
get_documentType();
set_documentType(value);
Object.defineProperty('documentType');

Property Value

TypeDescription
PdfDocumentTypeOne 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.
See Also

Reference

PdfDocumentOptions Object
PdfDocumentOptions Members

Error processing SSI file