LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

Version Property (CodecsPdfSaveOptions)






Gets or sets a value indicating the version of the PDF file saved by this RasterCodecs object. .NET support WinRT support
Syntax
public CodecsRasterPdfVersion Version {get; set;}
'Declaration
 
Public Property Version As CodecsRasterPdfVersion
'Usage
 
Dim instance As CodecsPdfSaveOptions
Dim value As CodecsRasterPdfVersion
 
instance.Version = value
 
value = instance.Version
public CodecsRasterPdfVersion Version {get; set;}
 get_Version();
set_Version(value);
public:
property CodecsRasterPdfVersion Version {
   CodecsRasterPdfVersion get();
   void set (    CodecsRasterPdfVersion value);
}

Property Value

A CodecsRasterPdfVersion enumeration member indicating the version of the PDF file saved by this RasterCodecs object.
Remarks

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.

Example
For an example, refer to CodecsPdfOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsPdfSaveOptions Class
CodecsPdfSaveOptions Members
Implementing PDF Plug in Features

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.