Gets a value representing the
PdfDocument's resolution.
Namespace:
RadPdf.Data.Document
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic double Dpi { get; }
Public ReadOnly Property Dpi As Double
Get
Property Value
Type:
Double
Remarks
This property can be used to convert a PdfDocument's pixel dimensions to inches. For example, page width (in inches) = Width / Dpi.
See Also