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