PageInfo
Contents
[
Hide
]PageInfo class
Represents page setup data which is present in MPP file format and used for printing.
Constructors
| Name | Description |
|---|---|
| PageInfo | Initializes a new instance of the PageInfo class. Represents page setup data which is present in MPP file format and used for printing. |
Methods
| Name | Description |
|---|---|
| get_Footer | Gets an instance of the HeaderFooterInfo class which represents a footer data. |
| get_Header | Gets the instance of the HeaderFooterInfo class which represents a header data. |
| get_Legend | Gets an instance of the PageLegend class which specifies rendering options of page legend. |
| get_Margins | Gets an instance of the PageMargins class which specifies page margins. |
| get_Name | Gets the name of the view for which set-up data is used. |
| get_PageSettings | Gets an instance of the PageSettings class which specifies page printing settings. |
| get_PageViewSettings | Gets an instance of the PageViewSettings class which specifies page view printing settings. |
| set_Footer | Sets an instance of the HeaderFooterInfo class which represents a footer data. |
| set_Header | Sets the instance of the HeaderFooterInfo class which represents a header data. |
| set_Legend | Sets an instance of the PageLegend class which specifies rendering options of page legend. |