Page

Page(Size, Margin)

Initializes a new instance of the Page class.

public Page(Size size, Margin margin)
ParameterTypeDescription
sizeSizeThe page size.
marginMarginThe margin.

See Also


Page(Size)

Initializes a new instance of the Page class.

public Page(Size size)
ParameterTypeDescription
sizeSizeThe page size.

See Also


Page(Margin)

Initializes a new instance of the Page class.

public Page(Margin margin)
ParameterTypeDescription
marginMarginThe margin.

See Also


Page()

Initializes a new instance of the Page class.

public Page()

See Also