Click or drag to resize

PdfLiteSettingsRenderDpi Property

Gets or sets a value indicating the resolution in dots per inch (DPI) with which a new PDF document should be rendered.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public int RenderDpi { get; set; }

Property Value

Type: Int32
The resolution which the server should use for page rendering. The default value is 144.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionRenderDpi value is set to less than 10 or more than 1200.
Remarks
Higher values increase storage overhead and loading times. For example, 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