Gets or sets a value indicating the version of the PDF file saved by this RasterCodecs object.
public CodecsRasterPdfVersion Version { get; set; }
Public Property Version As CodecsRasterPdfVersion
@property (nonatomic, assign) LTCodecsRasterPdfVersion version
public CodecsRasterPdfVersion getVersion()
public void setVersion(CodecsRasterPdfVersion value)
public:
property CodecsRasterPdfVersion Version {
CodecsRasterPdfVersion get();
void set ( CodecsRasterPdfVersion );
}
A CodecsRasterPdfVersion enumeration member indicating the version of the PDF file saved by this RasterCodecs object.
Note: It is recommended you use the Version property instead of SavePdfA, SavePdfv13, SavePdfv14, SavePdfv15 and SavePdfv16. Version provides a clearer view of what the final version of the raster PDF will be when saving with LEADTOOLS. Setting Version will automatically toggles the various SavePdfXYZ properties accordingly and setting these properties might change the value of Version.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document