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