public method SectionBuilder.SetMargins

Brief

Sets the horizontal and vertical margins of the section.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  SetMargins (System.Single horizontal, System.Single vertical)

Parameters
horizontal

The horizontal margins in points.

vertical

The vertical margins in points.

Declared in SectionBuilder

back