public method ImageBuilder.SetPaddings

Brief

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

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

back