Get or set the fit policy of the image

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

Syntax

C#
public FitPolicy FitPolicy { get; set; }
Visual Basic
Public Property FitPolicy As FitPolicy
	Get
	Set

Remarks

What to do if this image does not fit the available space.

See Also