Click or drag to resize

DocumentPrintingEventArgsPrintDpi 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: 3.43.0.0 (3.43.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