PageMargins
Contents
[
Hide
]PageMargins class
Represents page margins for printing.
Methods
| Name | Description |
|---|---|
| get_Borders | Gets a position where to print borders. Can be one of the values of the Border enumeration. |
| get_Bottom | Gets the size of the bottom margin in centimeters. |
| get_Left | Gets the size of the left margin in centimeters. |
| get_Right | Gets the size of the right margin in centimeters. |
| get_Top | Gets the size of the top margin in centimeters. |
| set_Borders | Sets a position where to print borders. Can be one of the values of the Border enumeration. |
| set_Bottom | Sets the size of the bottom margin in centimeters. |
| set_Left | Sets the size of the left margin in centimeters. |
| set_Right | Sets the size of the right margin in centimeters. |
| set_Top | Sets the size of the top margin in centimeters. |