←Select platform

CompatibilityLevel Property

Summary

PDF compatibility level (version) to use when updating or creating a PDF file.

Syntax
C#
VB
C++
public PDFCompatibilityLevel CompatibilityLevel { get; set; } 
Public Property CompatibilityLevel As PDFCompatibilityLevel 
public: 
property PDFCompatibilityLevel CompatibilityLevel { 
   PDFCompatibilityLevel get(); 
   void set (    PDFCompatibilityLevel ); 
} 

Property Value

A PDFCompatibilityLevel that specifies the PDF compatibility level (version) to use when this PDFFile is used to update or create a PDF file. Default value is PDFCompatibilityLevel.Default.

Remarks

The following methods of the PDFFile class will use the level set in CompatibilityLevel when updating or creating a PDF file:

Similar to the DocumentProperties property, the value of CompatibilityLevel will not be modified when a PDF file is loaded in this object using the Load method. To get the version of a PDF file, use the PDFFile.GetPDFFileType method.

Example

For an example, refer to PDFCompatibilityLevel.

Requirements

Target Platforms

See Also

Reference

PDFFile Class

PDFFile Members

Help Version 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Pdf Assembly