PdfWebControlRenderDpi 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.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public int RenderDpi { get; set; }
Public Property RenderDpi As Integer
Get
Set
Property Value
Type:
Int32
The resolution which the server should use for page rendering.
The default value is
144.
Exceptions Remarks
To have an effect, this property must be set before
CreateDocument(String, Byte) is called.
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