Gets the height, in pixels, of this
PdfImage.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public int Height { get; }
VB
Public ReadOnly Property Height As Integer
Get
Property Value
Type:
Int32The height, in pixels, of this
PdfImage.
See Also