LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsRasterPdfVersion Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsRasterPdfVersion Enumeration



Indicates the PDF file version.

Syntax

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

Members

MemberDescription
PdfA

Adobe Acrobat PDF/A. PDF/A is a subset of the PDF standard that contains only those features that are suited for long-term archival. Primarily this means that the document will be completely self-contained: it includes all content, font and color information

V12

Adobe Acrobat PDF version 1.2

V13

Adobe Acrobat PDF version 1.3

V14

Adobe Acrobat PDF version 1.4

V15

Adobe Acrobat PDF version 1.5

V16

Adobe Acrobat PDF version 1.6

Example

For an example, refer to CodecsRasterPdfInfo and CodecsPdfSaveOptions.

Remarks

Used as value for CodecsRasterPdfInfo.Version to determine the version of the raster PDF file and CodecsPdfSaveOptions.Version to specifcy the version of the raster PDF file to save.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsRasterPdfVersion

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also