ActiveReports.PdfExport Request technical support
PdfVersion Enumeration
See Also  


An enumeration of values indicating the version of the PDF format to which the exported document is saved.

Syntax

Visual Basic (Declaration) 
Public Enum PdfVersion 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As PdfVersion
C# 
public enum PdfVersion : Enum 

Members

MemberDescription
Pdf11PDF version 1.1. Suitable for legacy viewers.
Pdf12PDF version 1.2. This is the native file format of Acrobat 3.0.
Pdf13PDF version 1.3. This is the native file format of Acrobat 4.0.
Pdf14PDF version 1.4. This is the native file format of Acrobat 5.0.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.Export.Pdf.PdfVersion

See Also