| 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:
   RadPdfStandard (in RadPdfStandard.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic 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
Exceptions Remarks
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
See Also