←Select platform

Version Property

Summary

Gets or sets the version of PDF file.

Syntax
C#
VB
Objective-C
C++
Java
public CodecsRasterPdfVersion Version { get; set; } 
Public Property Version As CodecsRasterPdfVersion 
@property (nonatomic, assign) LTCodecsRasterPdfVersion version 
public CodecsRasterPdfVersion getVersion() 
public void setVersion(CodecsRasterPdfVersion value) 
public: 
property CodecsRasterPdfVersion Version { 
   CodecsRasterPdfVersion get(); 
   void set (    CodecsRasterPdfVersion ); 
} 

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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly