LEADTOOLS Image File Support (Leadtools.Codecs assembly)

CodecsRasterPdfVersion Enumeration

Show in webframe







Indicates the PDF file version.
Syntax
public enum CodecsRasterPdfVersion : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
'Declaration
 
Public Enum CodecsRasterPdfVersion 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As CodecsRasterPdfVersion
public enum CodecsRasterPdfVersion : System.IComparableSystem.IConvertibleSystem.IFormattable  

            
public enum CodecsRasterPdfVersion
Leadtools.Codecs.CodecsRasterPdfVersion = function() { };
Leadtools.Codecs.CodecsRasterPdfVersion.prototype = {
V12 = 0, V14 = 1, PdfA = 2, V15 = 3, V16 = 4, V13 = 5, V17 = 6, };
public enum class CodecsRasterPdfVersion : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0V12

Adobe Acrobat PDF version 1.2

1V14

Adobe Acrobat PDF version 1.4

2PdfA

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

3V15

Adobe Acrobat PDF version 1.5

4V16

Adobe Acrobat PDF version 1.6

5V13

Adobe Acrobat PDF version 1.3

6V17

Adobe Acrobat PDF version 1.7

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.

Example
For an example, refer to CodecsRasterPdfInfo and CodecsPdfSaveOptions.
Inheritance Hierarchy

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

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.