API Reference

Enum

PdfFileVersion

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

PDF file header version emitted by generated OfficeIMO.Pdf documents.

Inheritance

  • Enum
  • PdfFileVersion

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const PdfFileVersion Pdf14 #

PDF 1.4, the current default generated file version.

Value: 0
public const PdfFileVersion Pdf15 #

PDF 1.5.

Value: 1
public const PdfFileVersion Pdf16 #

PDF 1.6.

Value: 2
public const PdfFileVersion Pdf17 #

PDF 1.7.

Value: 3
public const PdfFileVersion Pdf20 #

PDF 2.0.

Value: 4