API Reference
Class
PdfPageDisplayOptions
Bounded PNG display settings. No source-content, font, codec, or text-shaping callbacks are exposed by the viewing path.
Inheritance
- Object
- PdfPageDisplayOptions
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 PdfPageDisplayOptions() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Double Scale { get; set; } #Pixels per PDF point. Defaults to one.
public Nullable<Int32> MaximumDimension { get; set; } #Optional maximum pixel dimension for a thumbnail or constrained viewport.
public Int64 MaximumPixels { get; set; } #Maximum raster pixels for the page. Defaults to 16 million pixels.
public Int64 MaximumOutputBytes { get; set; } #Maximum encoded PNG bytes. Defaults to 64 MiB.
public Nullable<TimeSpan> Timeout { get; set; } #Optional cooperative deadline for parsing and rasterization.