public method SectionBuilder.AddDocumentFlowAreaToOddPage
Adds a document flow area for odd pages of the section.
Declaration | ||||
|
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. |
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