Type of PDF file that will be created using the LEADTOOLS Document Writers.
Object.defineProperty(PdfDocumentOptions.prototype, 'documentType',
get: function(),
set: function(value)
)
documentType: PdfDocumentType;
One of the PdfDocumentType enumeration members that indicate which type of PDF file will be created. Default value is PdfDocumentType.Pdf
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET