ActiveReports.PdfExport Send comments on this topic.
PdfVersion Enumeration
See Also  
ActiveReports.PdfExport Assembly > DataDynamics.ActiveReports.Export.Pdf Namespace : PdfVersion Enumeration

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
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.
Pdf15PDF version 1.5. This is the native file format of Acrobat 6.0.
Pdf16PDF version 1.6. This is the native file format of Acrobat 7.0.
Pdf17PDF version 1.7. This is the native file format of Acrobat 8.0.

Inheritance Hierarchy

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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also