Click or drag to resize

PdfObjectDpi Property

Gets a value representing the PdfDocument resolution.

Namespace:  RadPdf.Data.Document.Objects
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public double Dpi { get; }

Property Value

Type: Double
Remarks
This property can be used to convert a PdfDocument pixel dimensions to inches. For example, page width (in inches) = Width / Dpi
See Also