PageInfo

PageInfo class

Represents page setup data which is present in MPP file format and used for printing.

The PageInfo type exposes the following members:

Constructors

NameDescription
PageInfo()Initializes a new instance of the PageInfo class.
Represents page setup data which is present in MPP file format and used for printing.

Properties

NameDescription
headerGets or sets the instance of the HeaderFooterInfo class which represents a header data.
footerGets or sets an instance of the HeaderFooterInfo class which represents a footer data.
nameGets the name of the view for which set-up data is used.
page_settingsGets an instance of the page_settings class which specifies page printing settings.
page_view_settingsGets an instance of the page_view_settings class which specifies page view printing settings.
marginsGets an instance of the PageMargins class which specifies page margins.
legendGets or sets an instance of the PageLegend class which specifies rendering options of page legend.

See Also