Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPagePrintOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Bounded raster settings for printing the managed renderer's page appearance.

Inheritance

  • Object
  • PdfPagePrintOptions

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 Dpi { get; set; } #

Output pixels per inch, from 72 to 600. Defaults to 150.

public Double PageScale { get; set; } #

Source-to-paper placement scale. The source is rasterized at this multiple of the paper DPI.

public Int64 MaximumPixels { get; set; } #

Maximum pixels in one rendered page.

public Int64 MaximumOutputBytes { get; set; } #

Maximum encoded PNG bytes per page.