SharpLeaf Reference > PageLayout Class > Add Method PageLayout.Add Method
Append page elements (Frame, Rule etc) to a page layout.
Overloads
Example
// Add an invisible frame with an inch margin all round
page.Add(new Frame("FrameId",72,72,-72,-72));
Description
Elements are drawn and Frames are flowed in the order they were added (unless using FrameList).
See also ...Document Layout Tutorials | PageElement Abstract Class | PageLayout.Members
Send comments on this topic © Dyalog Ltd 2021
|