API Reference

Enum

PdfExportProfile

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

Common high-level PDF export profiles that converters can map to their own detailed options.

Inheritance

  • Enum
  • PdfExportProfile

Usage

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

Values

public const PdfExportProfile Faithful #

Preserve authored document content and visual features where the converter supports them.

Value: 0
public const PdfExportProfile Lightweight #

Prefer smaller, simpler output by omitting heavyweight visual content where supported.

Value: 1
public const PdfExportProfile PrintReady #

Prefer page setup, repeated headers/footers, and pagination choices intended for printing.

Value: 2
public const PdfExportProfile TextOnly #

Prefer text and table content over decorative media, charts, and backgrounds where supported.

Value: 3