Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Forms.DocumentWriters Namespace > PdfDocumentOptions Class : DocumentType Property |
public PdfDocumentType DocumentType {get; set;}
'Declaration
Public Property DocumentType As PdfDocumentType
'Usage
Dim instance As PdfDocumentOptions Dim value As PdfDocumentType instance.DocumentType = value value = instance.DocumentType
public 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 PdfDocumentType DocumentType { PdfDocumentType get(); void set ( PdfDocumentType value); }
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.