PDF file type created using the LEADTOOLS Document Writers.
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');
public:
property Leadtools.Forms.Documentwriters.PdfDocumentType DocumentType {
Leadtools.Forms.Documentwriters.PdfDocumentType get();
void set ( Leadtools.Forms.Documentwriters.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.
For an example, refer to PdfDocumentOptions.
Programming with LEADTOOLS Document Writers
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