Get or set if the aspect ratio is respected when resizing.

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

Syntax

C#
public bool KeepAspectRatio { get; set; }
Visual Basic
Public Property KeepAspectRatio As Boolean
	Get
	Set

Remarks

If set to true, the Height is calculated from the Width to keep the aspect ratio.

See Also