API Reference

Class

PdfProjectionOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Explicit, source-neutral policy for projecting an OfficeDocumentModel into PDF. Email attachment, EPUB resource/pagination, and diagram-page decisions all flow through these options.

Inheritance

  • Object
  • PdfProjectionOptions

Usage

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

Accepted by parameters

Constructors

public PdfProjectionOptions() #

Properties

public PdfOptions PdfOptions { get; set; } #

PDF generation options. The converter snapshots this value.

public PdfProjectionPagePolicy PagePolicy { get; set; } #

Normalized page handling.

public PdfProjectionAssetPolicy AssetPolicy { get; set; } #

Asset and attachment handling.

public OfficeRasterDecodeOptions RasterDecodeOptions { get; set; } #

Shared Drawing frame-selection and animation-loss policy used when raster assets require normalization. The converter snapshots this value. A null value uses the Drawing defaults.

public PdfProjectionLinkPolicy LinkPolicy { get; set; } #

URI and navigation handling.

public PdfProjectionFormPolicy FormPolicy { get; set; } #

Source form handling.

public Boolean IncludeMetadata { get; set; } #

When true, source metadata is emitted as a compact facts table.