Class PageSettings
Contents
[
Hide
]PageSettings class
Specifies settings that apply to a single, printed page.
public class PageSettings
Constructors
| Name | Description |
|---|---|
| PageSettings() | The default constructor. |
Properties
| Name | Description |
|---|---|
| Bounds { get; } | Gets the size of the page, taking into account the page orientation specified by the !:PageSettings.Landscape property . |
| HardMarginX { get; } | Gets the x-coordinate, in hundredths of an inch, of the hard margin at the left of the page. |
| HardMarginY { get; } | Gets the y-coordinate, in hundredths of an inch, of the hard margin at the top of the page. |
| PrinterResolution { get; } | Gets or sets the printer resolution for the page. |
See Also
- namespace Aspose.Drawing.Printing
- assembly Aspose.Drawing.Common