Click or drag to resize

DocumentPrintingEventArgs.PrintDpi Property

Gets or sets a value representing the resolution in dots per inch (DPI) with which pages being printed should be rendered.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 4.2.0.0 (4.2.0.0)
Syntax
public int PrintDpi { get; set; }

Property Value

Type: Int32
Remarks
If set to PrintDpiDefault, the same DPI as RenderDpi when this Document was created. Any other value will override RenderDpi value and instead render pages with the specified DPI. Higher values increase storage overhead and loading times. A DPI of 200 will use approximately 4 times as much storage space as a DPI of 100. This property can not be set to a value less than 10 DPI or higher than 1200 DPI.
See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!