PDF compatibility level (version) to use when updating or creating a PDF file.
public PDFCompatibilityLevel CompatibilityLevel { get; set; }
Public Property CompatibilityLevel As Leadtools.Pdf.PDFCompatibilityLevel
public:
property Leadtools.Pdf.PDFCompatibilityLevel CompatibilityLevel {
Leadtools.Pdf.PDFCompatibilityLevel get();
void set ( Leadtools.Pdf.PDFCompatibilityLevel );
}
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.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET