PdfViewer.Resolution

PdfViewer.Resolution property

Gets or sets resolution during viewing and printing. The higher resolution, the slower speed. The default value is 150.

public int Resolution { get; set; }

Remarks

This property changes the image resolution in page-to-image conversion flows: when the PrintAsImage is set to true, or when DecodePage or DecodeAllPages method is called. To set a printer resolution for direct printing to a printer, use the PrinterResolution property in the PageSettings class.

See Also