Indicates the PDF file version.
public enum CodecsRasterPdfVersion
Public Enum CodecsRasterPdfVersion
public enum CodecsRasterPdfVersion
typedef NS_ENUM(NSInteger, LTCodecsRasterPdfVersion)
public enum CodecsRasterPdfVersion
Leadtools.Codecs.CodecsRasterPdfVersion = function() { };
Leadtools.Codecs.CodecsRasterPdfVersion.prototype = {<br/>
V12 = 0,
V14 = 1,
PdfA = 2,
V15 = 3,
V16 = 4,
V13 = 5,
V17 = 6,
};
public enum class CodecsRasterPdfVersion
Members
Value | Member | Description |
---|---|---|
0 | V12 |
Adobe Acrobat PDF version 1.2 |
1 | V14 |
Adobe Acrobat PDF version 1.4 |
2 | 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 |
3 | V15 |
Adobe Acrobat PDF version 1.5 |
4 | V16 |
Adobe Acrobat PDF version 1.6 |
5 | V13 |
Adobe Acrobat PDF version 1.3 |
6 | V17 |
Adobe Acrobat PDF version 1.7 |
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.
For an example, refer to CodecsRasterPdfInfo and CodecsPdfSaveOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET