SharpLeaf Reference > PageLayout Class > PageLayout Constructor > (Double[],Color,FillStyle) PageLayout Constructor (Double[],Color,FillStyle)
Use given size and paper color and fill.
public PageLayout(
double[] size,
Color color,
FillStyle fill
);
-
size
- Paper size in points as double[] {width,height} – defaults to Portrait US Letter.
-
color
- Paper color – defaults to Transparent.
-
fill
- Paper fill – defaults to Unfilled.
See also ...PageLayout.Members | PageLayout.PageLayout Constructor
Send comments on this topic © Dyalog Ltd 2021
|