SharpLeaf Reference > PageLayout Class > PageLayout Constructor > (Double,Double,Color,FillStyle) PageLayout Constructor (Double,Double,Color,FillStyle)
Create an new PageLayout for inclusion in a DocumentLayout.
public PageLayout(
double width,
double height,
Color color,
FillStyle fill
);
-
width
- Paper width in points – defaults to Portrait US Letter.
-
height
- Paper height in points – 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
|