| Visual Basic (Declaration) | |
|---|---|
Public Enum PdfVersion Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum PdfVersion : Enum | |
| Member | Description |
|---|---|
| Pdf11 | PDF version 1.1. Suitable for legacy viewers. |
| Pdf12 | PDF version 1.2. This is the native file format of Acrobat 3.0. |
| Pdf13 | PDF version 1.3. This is the native file format of Acrobat 4.0. |
| Pdf14 | PDF version 1.4. This is the native file format of Acrobat 5.0. |
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.Export.Pdf.PdfVersion