←Select platform

Version Property

Summary

Gets or sets the version of PDF file.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public CodecsRasterPdfVersion Version { get; set; } 
Public Property Version As Leadtools.Codecs.CodecsRasterPdfVersion 
public Leadtools.Codecs.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');  

Property Value

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

Remarks

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.

Example

For an example, refer to CodecsRasterPdfInfo.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly