Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Class

PdfPageChangeOptions

Namespace OfficeIMO.Pdf
Assembly OfficeIMO.Pdf
Modifiers sealed

Resource policy for rendered page alignment.

Inheritance

  • Object
  • PdfPageChangeOptions

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

Raster scale used to find same-looking pages. Higher values see smaller visual changes.

public OfficeColor Background { get; set; } #

Background used for alpha compositing.

public Int32 MaxPagesPerDocument { get; set; } #

Maximum pages in each document.

public Int64 MaxPixelsPerPage { get; set; } #

Maximum raster pixels for one page.

public Int64 MaxTotalPixels { get; set; } #

Maximum raster pixels across both documents.