Click or drag to resize

PdfDecoderResolution Property

Gets or sets the resolution at which to render a PDF page.

Namespace:  Atalasoft.Imaging.Codec.Pdf
Assembly:  Atalasoft.dotImage.PdfReader (in Atalasoft.dotImage.PdfReader.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public int Resolution { get; set; }

Property Value

Type: Int32
The resolution at which to render a PDF page.
Remarks
Note that in general rendering a PDF page will cause embedded images to be up- or down-sampled. To retrieve embedded images at their original sample rate, use the ExtractImages method.
See Also