←Select platform

CodecsRasterPdfVersion Enumeration

Summary

Indicates the PDF file version.

Syntax
C#
VB
Objective-C
C++
Java
public enum CodecsRasterPdfVersion   
Public Enum CodecsRasterPdfVersion  
typedef NS_ENUM(NSInteger, LTCodecsRasterPdfVersion) 
public enum CodecsRasterPdfVersion 
public enum class CodecsRasterPdfVersion   

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.

Requirements

Target Platforms

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly