ActiveReports 8
PdfVersion Enumeration
See Also 
GrapeCity.ActiveReports.Export.Pdf.v8 Assembly > GrapeCity.ActiveReports.Export.Pdf.Section Namespace : PdfVersion Enumeration

Glossary Item Box

Specifies the file format version of a PDF document.

Syntax

Visual Basic (Declaration) 
Public Enum PdfVersion 
   Inherits System.Enum
C# 
public enum PdfVersion : System.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.
Pdf15PDF version 1.5.
Pdf16PDF version 1.6.
Pdf17PDF version 1.7.
PDFA1aPDF/A-1a level, see http://en.wikipedia.org/wiki/PDF/A
PDFA1bPDF/A-1b level, see http://en.wikipedia.org/wiki/PDF/A
PDFA2aPDF/A-2a level, see http://en.wikipedia.org/wiki/PDF/A
PDFA2bPDF/A-2b level, see http://en.wikipedia.org/wiki/PDF/A
PDFA2uPDF/A-2u level, see http://en.wikipedia.org/wiki/PDF/A
PDFA3aPDF/A-3a level, see http://en.wikipedia.org/wiki/PDF/A
PDFA3bPDF/A-3b level, see http://en.wikipedia.org/wiki/PDF/A
PDFA3uPDF/A-3u level, see http://en.wikipedia.org/wiki/PDF/A

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Export.Pdf.Section.PdfVersion

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