public method TableBuilder.SetMargins

Brief

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

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

back