Click or drag to resize

PdfLiteSettings.RenderDpi 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:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.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
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!