LEADTOOLS Forms (Leadtools.Forms.DocumentWriters assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
PdfDocumentType Enumeration
See Also  
Leadtools.Forms.DocumentWriters Namespace : PdfDocumentType Enumeration



The PdfDocumentType Enumeration is available as an add-on to the LEADTOOLS Document and Medical Imaging toolkits.

Specifies the PDF document type.

Syntax

Visual Basic (Declaration) 
Public Enum PdfDocumentType 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As PdfDocumentType
C# 
public enum PdfDocumentType : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class PdfDocumentType : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
Pdf

The target document should be PDF version 1.4.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result, font substitution may occur resulting in a document that may not look exactly like the original version.

Pdf12

The target document should be PDF version 1.2.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result, font substitution may occur resulting in a document that may not look exactly like the original version.

Pdf13

The target document should be PDF version 1.3.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. Hence font substitution may occur resulting in a document that may not look exactly like the original version.

Pdf15

The target document should be PDF version 1.5.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result font substitution may occur resulting in a document that may not look exactly like the original version.

Pdf16

The target document should be PDF version 1.6.

PDF is generally not suited for long term preservation. The PDF format may contain resources (such as fonts) that may not exist on the viewing machine. As a result font substitution may occur resulting in a document that may not look exactly like the original version.

PdfA

The target document should be PDF/A.

PDF/A is a subset of PDF obtained by leaving out PDF features not suited to long-term archiving. The resulting document is guaranteed to look exactly like the original version when viewed on the target machine. Saving with PDF/A document type may result in larger output file sizes.

Example

For an example, refer to PdfDocumentOptions.

Remarks

LEADTOOLS Document Writers can create different types of Adobe PDF documents. You can specify the PDF document type through the use of the PdfDocumentOptions.DocumentType property.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Forms.DocumentWriters.PdfDocumentType

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Forms.DocumentWriters requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features