LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Version Property
See Also 
Leadtools.Codecs Namespace > CodecsRasterPdfInfo Structure : Version Property



Gets or sets the version of PDF file.

Syntax

Visual Basic (Declaration) 
Public Property Version As CodecsRasterPdfVersion
Visual Basic (Usage)Copy Code
Dim instance As CodecsRasterPdfInfo
Dim value As CodecsRasterPdfVersion
 
instance.Version = value
 
value = instance.Version
C# 
public CodecsRasterPdfVersion Version {get; set;}
C++/CLI 
public:
property CodecsRasterPdfVersion Version {
   CodecsRasterPdfVersion get();
   void set (    CodecsRasterPdfVersion value);
}

Property Value

One of the CodecsRasterPdfVersion enumeration members that indicate the version of the PDF file.

Example

For an example, refer to CodecsRasterPdfInfo.

Remarks

This is the same value as CodecsPdfSaveOptions.Version used when saving this file with the RasterCodecs.Save method.

This property is guarranteed to contain accurate information only if the value of IsLeadPdf is true.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also