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.For an example, refer to CodecsRasterPdfInfo.
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.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)