Get or set the height of this image in points.

Namespace: TallComponents.PDF.Layout.Paragraphs
Assembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.63.0

Syntax

C#
public double Height { get; set; }
Visual Basic
Public Property Height As Double
	Get
	Set

Remarks

Only used if KeepAspectRatio is set to false.

See Also