Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageDisplayOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Bounded PNG display settings. No source-content, font, codec, or text-shaping callbacks are exposed by the viewing path.

Inheritance

  • Object
  • PdfPageDisplayOptions

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

Properties

public Double Scale { get; set; } #

Pixels per PDF point. Defaults to one.

public Nullable<Int32> MaximumDimension { get; set; } #

Optional maximum pixel dimension for a thumbnail or constrained viewport.

public Int64 MaximumPixels { get; set; } #

Maximum raster pixels for the page. Defaults to 16 million pixels.

public Int64 MaximumOutputBytes { get; set; } #

Maximum encoded PNG bytes. Defaults to 64 MiB.

public Nullable<TimeSpan> Timeout { get; set; } #

Optional cooperative deadline for parsing and rasterization.