PdfImage.DpiX Property

Gets the horizontal resolution, in pixels per inch, of this PdfImage.

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

Syntax

C#
public float DpiX { get; }
VB
Public ReadOnly Property DpiX As Single
	Get

Property Value

Type: Single
The the horizontal resolution, in pixels per inch, of this PdfImage.

Remarks

The value is equal to 0 if horizontal resolution is not specified for the image.

See Also