SharpLeaf Reference > PageLayout Class PageLayout Class
Defines the structure of a single DocumentLayout page as a list of PageElements.
Elements will be drawn in the order in which they were appended to the page layout. Frames will be used in that order too unless specified with FrameList.
See some tutorials and a visual glossary on the creation of page layouts.
public class PageLayout
Constructors
PageLayout Instance PropertiesItem[Int32] | Default indexer into the PageLayout’s list of PageElement items | Color | Color of paper | Count | Number of PageElement items in the PageLayout (ReadOnly) | Elements | List of PageElement that constitute the PageLayout | FillStyle | FillStyle of paper | FrameList | List of Frames to flow through (defaults to empty vector for all frames in order of creation) | Size | Size of paper in points as a vector of two doubles |
PageLayout MethodsAdd | Append page elements (Frame, Rule etc) to a page layout | Clone | Take a deep copy of this instance | Contains | Check if the given PageElement is present in the PageLayout | ToString | Readable summary of page layout | |
RequirementsNamespace: Causeway Assembly: SharpPlot (in sharpplot.dll)
Send comments on this topic © Dyalog Ltd 2021
|