SharpLeaf Reference > Frame : PageElement Class > Frame Constructor

Frame Constructor

Create a frame for SharpLeaf to flow content into.

Overloads

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