Namespace: 
   RadPdf.Data.Document.Objects
    Assembly:
   RadPdf (in RadPdf.dll) Version: 4.7.0.0 (4.7.0.0)
 Syntax
Syntaxpublic double Dpi { get; }Public ReadOnly Property Dpi As Double
	Get
Property Value
Type: 
Double Remarks
RemarksThis property can be used to convert a 
PdfDocument pixel dimensions to inches. For example, page width (in inches) = 
Width / 
Dpi See Also
See Also