public method InlineImageBuilder.SetMargins

Brief

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

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

back