public method SectionBuilder.AddDocumentFlowAreaToBothPages

Brief

Adds a document flow area for both odd and even pages of the section.

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddDocumentFlowAreaToBothPages (System.Single left, System.Single top, System.Single width, System.Single height)

Parameters
left

The distance from the section left margin in points.

top

The distance from the section top margin in points.

width

The document flow area width in points.

height

The document flow area height in points.

Details

Only one document flow area for both odd and even pages may be added to a section. On an attempt to add one more document area of the same kind, the library will throw the InvalidOperationException with the corresponding error message.

Declared in SectionBuilder

back