LEADTOOLS PDF (Leadtools.Pdf assembly)
LEAD Technologies, Inc

CompatibilityLevel Property






Gets or sets the PDF compatibility level (version) to use when updating or creating a PDF file.
Syntax
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 PDFCompatibilityLevel CompatibilityLevel {get; set;}
 get_CompatibilityLevel();
set_CompatibilityLevel(value);
public:
property PDFCompatibilityLevel CompatibilityLevel {
   PDFCompatibilityLevel get();
   void set (    PDFCompatibilityLevel value);
}

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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFFile Class
PDFFile Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.