public method ParagraphBuilder.SetMargins

Brief

Sets the paragraph left, top, right, and bottom margins.

Declaration
C#
Gehtsoft.PDFFlow.Builder.ParagraphBuilder  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 ParagraphBuilder

back