Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
Leadtools.Codecs Namespace > CodecsRasterPdfInfo Structure : Version Property |
public CodecsRasterPdfVersion Version {get; set;}
'Declaration
Public Property Version As CodecsRasterPdfVersion
'Usage
Dim instance As CodecsRasterPdfInfo Dim value As CodecsRasterPdfVersion instance.Version = value value = instance.Version
public CodecsRasterPdfVersion Version {get; set;}
@property (nonatomic, assign) LTCodecsRasterPdfVersion version
public CodecsRasterPdfVersion getVersion() public void setVersion(CodecsRasterPdfVersion value)
<br/>get_Version();<br/>set_Version(value);<br/>Object.defineProperty('Version');
public: property CodecsRasterPdfVersion Version { CodecsRasterPdfVersion get(); void set ( CodecsRasterPdfVersion value); }
This is the same value as CodecsPdfSaveOptions.Version used when saving this file with the RasterCodecs.Save method.
This property is guaranteed to contain accurate information only if the value of IsLeadPdf is true.