Page
|
The PageParams type exposes the following members.
| Name | Description | |
|---|---|---|
| PageParams | Default constructor for the PageParams class. Constructs an object with the following characteristics: * Paper width of the page = 210 * Paper height of the page = 297 * Left margin of the page = 0 * Right margin of the page = 0 * Top margin of the page = 0 * Bottom margin of the page = 0 | |
| PageParams(PageParams) | Copy constructor for the PageParams class. Copies the input page parameters. |
| Name | Description | |
|---|---|---|
| AutoDelete | Property that indicates whether the object should be
automatically deleted by the Garbage Collector. (Inherited from DisposableWrapper) |
|
| BottomMargin | Property that represents page bottom margin in mm. | |
| IsDisposed | Property that indicates whether pointer to native code
unmanaged object == IntPtr::Zero. (Inherited from DisposableWrapper) |
|
| LeftMargin | Property that represents page left margin in mm. | |
| PaperHeight | Property that represents page height in mm. | |
| PaperWidth | Property that represents page width in mm. | |
| RightMargin | Property that represents page right margin in mm. | |
| TopMargin | Property that represents page top margin in mm. | |
| UnmanagedObject | Property that represents a pointer to an unmanaged
object. (Inherited from DisposableWrapper) |
| Name | Description | |
|---|---|---|
| CreateObjRef | (Inherited from MarshalByRefObject) |
|
| Dispose | (Inherited from DisposableWrapper) |
|
| Equals | Checks objects for equality. (Inherited from DisposableWrapper) |
|
| GetHashCode | Retrieves the object hash code. (Inherited from DisposableWrapper) |
|
| GetLifetimeService | (Inherited from MarshalByRefObject) |
|
| GetType | (Inherited from Object) |
|
| InitializeLifetimeService | (Inherited from MarshalByRefObject) |
|
| scale | Scales the page parameters by the specified scale factor. | |
| setParams(Double, Double) | Sets the width and height of the page. | |
| setParams(Double, Double, Double, Double, Double, Double) | Sets the page parameters. | |
| ToString | (Inherited from Object) |
| © Bricsys NV. All rights reserved. |