public method SectionBuilder.SetSize

Brief

Sets custom paper width and height for the section pages.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  SetSize (System.Single width, System.Single height)

Parameters
width

The paper width in points.

height

The paper height in points.

Declared in SectionBuilder

back