PdfPaintedImageSavingOptions.HorizontalResolution Property

Gets or sets the horizontal resolution of produced images.

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

Syntax

C#
public int HorizontalResolution { get; set; }
VB
Public Property HorizontalResolution As Integer
	Get
	Set

Property Value

Type: Int32
The horizontal resolution (pixel density) of produced images in pixels per inch.

Remarks

Default value: 72.

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

See Also