Gets or sets a value indicating whether an image should be resized to best fit within its container. See remarks for details.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

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

Remarks

Getting this property returns a Boolean conjunction (AND) of the StretchHorz, StretchVert and KeepAspectRatio values.

Setting this property to a true value sets StretchHorz, StretchVert and KeepAspectRatio to true.

Setting this property to a false value sets KeepAspectRatio only to false.

See Also