public method InlineImageBuilder.SetPaddings

Brief

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

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

Parameters
left

The left padding in points.

top

The top padding in points.

right

The right padding in points.

bottom

The bottom padding in points.

Declared in InlineImageBuilder

back