public method SectionBuilder.SetMargins

Brief

Sets the margin for each side of the section.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  SetMargins (System.Single left, System.Single top, System.Single right, System.Single bottom)

Parameters
left

The left margin in points.

top

The top margin in points.

right

The right margin in points.

bottom

The bottom margin in points.

Declared in SectionBuilder

back