SharpLeaf Reference > PageLayout Class > PageLayout Constructor > (Double,Double,Color) PageLayout Constructor (Double,Double,Color)
Solid-colored paper at given size.
public PageLayout(
double width,
double height,
Color color
);
-
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.
See also ...PageLayout.Members | PageLayout.PageLayout Constructor
Send comments on this topic © Dyalog Ltd 2021
|