public method SectionBuilder.SetSize
Sets a custom paper size for the section pages.
Declaration | ||||
|
Parameters | |
size |
The paper width and height in points. |
Example:
float width = 400, height = 800;
var section = SectionBuilder.New().SetSize(new XSize(width, height)).Build();
Declared in SectionBuilder