Table of Contents

Property Resolution

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Resolution

Gets the resolution of the canvas.

public double Resolution { get; }

Property Value

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.