| PageSetup Class |
The PageSetup type exposes the following members.
| Name | Description | |
|---|---|---|
| Clone |
Creates a deep copy of this object.
|
|
| CreateValue |
Creates an object using the default constructor.
(Inherited from DocumentObject.)
|
|
| DeepCopy |
Implements the deep copy of the object.
(Inherited from DocumentObject.)
|
|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetPageSize |
Gets the page's size and height for the given PageFormat.
|
|
| GetType | (Inherited from Object.) | |
| GetValue(String) |
Returns the value with the specified name.
(Inherited from DocumentObject.)
|
|
| GetValue(String, GV) |
Returns the value with the specified name and value flags.
(Inherited from DocumentObject.)
|
|
| HasValue |
Determines whether this instance has a value of the given name.
(Inherited from DocumentObject.)
|
|
| IsNull |
Determines whether this instance is null (not set).
(Inherited from DocumentObject.)
|
|
| IsNull(String) |
Determines whether the value of the given name is null.
(Inherited from DocumentObject.)
|
|
| MemberwiseClone | (Inherited from Object.) | |
| PreviousPageSetup |
Gets the PageSetup of the previous section, or null, if the page setup belongs to the first section.
|
|
| SetNull |
Resets this instance, i.e. IsNull() will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetNull(String) |
Resets the value of the given name, i.e. IsNull(name) will return true afterwards.
(Inherited from DocumentObject.)
|
|
| SetParent |
Sets the parent of the specified value. If a parent is already set, an ArgumentException will be thrown.
(Inherited from DocumentObject.)
|
|
| SetValue |
Sets the given value and sets its parent afterwards.
(Inherited from DocumentObject.)
|
|
| ToString | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| BottomMargin |
Gets or sets the bottom margin of the pages in the section.
|
|
| Comment |
Gets or sets a comment associated with this object.
|
|
| DifferentFirstPageHeaderFooter |
Gets or sets a value which define whether the section has a different first page header and footer.
|
|
| Document |
Gets the document of the object, or null, if the object is not associated with a document.
(Inherited from DocumentObject.)
|
|
| FooterDistance |
Gets or sets the distance between the footer and the page bottom of the pages in the section.
|
|
| HeaderDistance |
Gets or sets the distance between the header and the page top of the pages in the section.
|
|
| HorizontalPageBreak |
Gets or sets a value which defines whether a page should break horizontally. Currently only tables are supported.
|
|
| LeftMargin |
Gets or sets the left margin of the pages in the section.
|
|
| MirrorMargins |
Gets or sets a value which defines whether the odd and even pages of the section should change left and right margin.
|
|
| OddAndEvenPagesHeaderFooter |
Gets or sets a value which defines whether the odd and even pages of the section have different header and footer.
|
|
| Orientation |
Gets or sets the page orientation of the section.
|
|
| PageFormat |
Gets or sets the page format of the section.
|
|
| PageHeight |
Gets or sets the page height. If Orientation is set to Landscape, the PageHeight specifies the width of the page.
|
|
| PageWidth |
Gets or sets the page width. If Orientation is set to Landscape, the PageWidth specifies the height of the page.
|
|
| RightMargin |
Gets or sets the right margin of the pages in the section.
|
|
| Section |
Gets the section of the object, or null, if the object is not associated with a section.
(Inherited from DocumentObject.)
|
|
| SectionStart |
Gets or sets a value which defines whether the section starts on next, odd or even page.
|
|
| StartingNumber |
Gets or sets the starting number for the first section page.
|
|
| Tag |
Gets or sets a value that contains arbitrary information about this object.
(Inherited from DocumentObject.)
|
|
| TopMargin |
Gets or sets the top margin of the pages in the section.
|