PdfDrawOptions.VerticalResolution Property

Gets or sets the vertical resolution of produced images.

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

Syntax

C#
public double VerticalResolution { get; set; }
VB
Public Property VerticalResolution As Double
	Get
	Set

Property Value

Type: Double
The vertical resolution (pixel density) in pixels per inch.

Remarks

Default value: 72.

The vertical resolution should be in the [1..2000] range.

The vertical resolution affects the physical height of produced images. For the same image height, a higher vertical resolution produces a smaller physical height.

See Also