If KeepAspectRatio is set to true, the height is calculated from the width so that the width/height ratio is equal to the columns/rows ratio of the raster of the original image. If set to false, the specified width and height are used and the image will in general appear distorted.

Namespace: TallComponents.PDF.Layout.Shapes
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

See Also