LayoutContainer.ScaleToFit Method

Scales down the content to fit into the available space.

Namespace:  BitMiracle.Docotic.Pdf.Layout
Assembly:  BitMiracle.Docotic.Pdf.Layout (in BitMiracle.Docotic.Pdf.Layout.dll)

Syntax

C#
public LayoutContainer ScaleToFit()
VB
Public Function ScaleToFit As LayoutContainer

Return Value

Type: LayoutContainer
The nested container with the applied scaling.

See Also