PdfImage.DpiY Property

Gets the vertical 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 DpiY { get; }
VB
Public ReadOnly Property DpiY As Single
	Get

Property Value

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

Remarks

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

See Also