![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.23
|
Leadtools.Pdf Assembly > Leadtools.Pdf Namespace > PDFFile Class : CompatibilityLevel Property |
public PDFCompatibilityLevel CompatibilityLevel {get; set;}
'Declaration
Public Property CompatibilityLevel As PDFCompatibilityLevel
'Usage
Dim instance As PDFFile Dim value As PDFCompatibilityLevel instance.CompatibilityLevel = value value = instance.CompatibilityLevel
public: property PDFCompatibilityLevel CompatibilityLevel { PDFCompatibilityLevel get(); void set ( PDFCompatibilityLevel value); }
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.
For an example, refer to PDFCompatibilityLevel.