API Reference

Class

PdfPageRenderOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Base OfficeImageExportOptions
Modifiers sealed

Options for bounded page-range and thumbnail rendering.

Inheritance

  • OfficeImageExportOptions
  • PdfPageRenderOptions

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 PdfPageRenderOptions() #

Creates legacy page-render options with fail-fast pixel-limit behavior.

Properties

public PdfPageRenderFormat Format { get; set; } #

Batch output format.

public Nullable<Double> Dpi { get; set; } #

Optional target DPI, converted from PDF's 72 points per inch.

public OfficeColor Background { get; set; } #

PNG background color.

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

Optional maximum thumbnail width or height in pixels.

public Int32 MaxPages { get; set; } #

Maximum pages rendered by one call.

public Int64 MaxPixelsPerPage { get; set; } #

Maximum output pixels for one page.

public Boolean ContinueOnError { get; set; } #

Continues a batch and returns a failed per-page report when rendering fails.