SharpLeaf Reference > Frame : PageElement Class > Frame Constructor Frame Constructor
Create a frame for SharpLeaf to flow content into.
Overloads
- public Frame(string id,double xfrom, double yfrom, double xto, double yto);
- public Frame(string id,double xfrom, double yfrom, double xto, double yto, bool skip, bool xclip, bool yclip);
- public Frame(string id,double xfrom,double yfrom,double xto,double yto,bool skip,bool xclip,bool yclip,BoxStyle box,double gutter);
Example
// Create an invisible frame with an inch margin all round
frame = new Frame("FrameId",72,72,-72,-72);
page.Add(frame);
See also ...Frame.Members
Send comments on this topic © Dyalog Ltd 2021
|