API Reference

Class

PdfReadOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Controls semantic reconstruction performed by CancellationToken).

Inheritance

  • Object
  • PdfReadOptions

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

Methods

public PdfReadOptions Clone() #
Returns: PdfReadOptions

Creates an independent copy of these semantic read settings. Custom stage instances are reused, while mutable layout and pipeline option containers are copied.

Properties

public static PdfReadOptions Default { get; } #

Creates independent structured-read settings.

public PdfReadProfile Profile { get; set; } #

Semantic reconstruction profile. Structured is the default public contract.

public PdfPageSelection PageSelection { get; set; } #

Optional caller-ordered page selection. Null reads every page in document order.

public PdfTextLayoutOptions LayoutOptions { get; set; } #

Layout and geometry settings shared by every built-in semantic stage.

public PdfUnderstandingPipelineOptions Pipeline { get; set; } #

Optional semantic-stage customization. Null selects the built-in stages for Profile. Custom stages still run inside the canonical read engine and produce the same result contract.