API Reference
Class
PdfPageChangeOptions
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
public PdfPageChangeOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
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.