public method SectionBuilder.AddDocumentFlowAreaToOddPage

Brief

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

Declaration
C#
Gehtsoft.PDFFlow.Builder.SectionBuilder  AddDocumentFlowAreaToOddPage (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 odd 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