PdfVersion Class

Apitron PDF Kit help
Apitron.PDF.Kit library for .NET
This class represens a PDF Version.
Inheritance Hierarchy

SystemObject
  Apitron.PDF.KitPdfVersion

Namespace:  Apitron.PDF.Kit
Assembly:  Apitron.PDF.Kit (in Apitron.PDF.Kit.dll) Version: 2.0.37.0 (2.0.37.0)
Syntax

public sealed class PdfVersion

The PdfVersion type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
Operators

  NameDescription
Public operatorStatic memberEquality
Implements the operator ==.
Public operatorStatic member(PdfVersion to Int32)
Performs an explicit conversion from PdfVersion to [!:System.Int32[]].
Public operatorStatic memberGreaterThan
Implements the operator >.
Public operatorStatic memberGreaterThanOrEqual
Implements the operator >=.
Public operatorStatic member(Int32 to PdfVersion)
Performs an implicit conversion from [!:System.Int32[]] to PdfVersion.
Public operatorStatic memberInequality
Implements the operator !=.
Public operatorStatic memberLessThan
Implements the operator <.
Public operatorStatic memberLessThanOrEqual
Implements the operator <=.
Top
Fields

  NameDescription
Public fieldMajorVersion
The major version.
Public fieldMinorVersion
The minor version
Public fieldStatic memberPDF11
The PDF 1.1 version.
Public fieldStatic memberPDF12
The PDF 1.2 version.
Public fieldStatic memberPDF13
The PDF 1.3 version.
Public fieldStatic memberPDF14
The PDF 1.4 version.
Public fieldStatic memberPDF15
The PDF 1.5 version.
Public fieldStatic memberPDF16
The PDF 1.6 version.
Public fieldStatic memberPDF17
The PDF 1.7 version.
Public fieldStatic memberPDF20
The PDF 2.0 version.
Top
See Also

Reference