PageSettings

Overview

PageSettings is a class in Aspose.PDF FOSS for .NET.

Per-page print settings (paper size / orientation / margins).

This class provides 1 method for working with PageSettings objects in .NET programs. Available methods include: PageSettings. All public members are accessible to any .NET application after installing the Aspose.PDF FOSS for .NET package. Properties: Color, Landscape, Margins, PaperSize.

Properties

NameTypeAccessDescription
PaperSizePaperSizeRead/WriteGets or sets the paper size.
LandscapeboolRead/WriteGets or sets the landscape.
MarginsstringRead/WriteGets or sets the margins.
ColorstringRead/WriteGets or sets the color.

Methods

SignatureDescription
PageSettings()Calls PageSettings on this PageSettings instance.

See Also