PdfPage.Resolution Property

Gets the resolution of the canvas.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public double Resolution { get; }
VB
Public ReadOnly Property Resolution As Double
	Get

Property Value

Type: Double
The resolution of the canvas.

Remarks

Default value: 72.

The resolution of the canvas measures the number of pixels per inch of distance along the two linear dimensions. Resolution is the same horizontally and vertically.

The value of this property depends on the UserUnit property.

See Also