Table of Contents

Method MaxWidth

Namespace
BitMiracle.Docotic.Pdf.Layout
Assembly
BitMiracle.Docotic.Pdf.Layout.dll

MaxWidth(double)

Sets the maximum width of the content.

public LayoutContainer MaxWidth(double maxWidth)

Parameters

maxWidth double

The maximum width.

Returns

LayoutContainer

The nested container with the applied maximum width.

Remarks

Read the Width & Height section of the Size, position, and rendering of containers article for more information about working with sizes.