Visual Basic (Declaration) | |
---|---|
Public Enum CodecsRasterPdfVersion Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsRasterPdfVersion |
C# | |
---|---|
public enum CodecsRasterPdfVersion : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class CodecsRasterPdfVersion : public System.Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
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 |
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.
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsRasterPdfVersion
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)