[]
Represents the margin for the printed page.
[TypeConverter(typeof(ExpandableObjectConverter))]
public class PrintMargin : ISerializeSupport, IEquatable<PrintMargin>
<TypeConverter(GetType(ExpandableObjectConverter))>
Public Class PrintMargin
Implements ISerializeSupport, IEquatable(Of PrintMargin)
| Name | Description |
|---|---|
| PrintMargin() | Creates a new PrintMargin object with margins set to zero. |
| PrintMargin(int, int, int, int, int, int) | Creates a new PrintMargin object with the specified margins. |
| Name | Description |
|---|---|
| Bottom | Gets or sets the bottom margin for the printed page. |
| Footer | Gets or sets the footer margin for the printed page. |
| Header | Gets or sets the header margin for the printed page. |
| Left | Gets or sets the left margin for the printed page. |
| Right | Gets or sets the right margin for the printed page. |
| Top | Gets or sets the top margin for the printed page. |
| Name | Description |
|---|---|
| Equals(PrintMargin) | Determines whether the specified object, is equal to this instance. |
| Equals(object) | Determines whether the specified object, is equal to this instance. |
| ToString() | Always returns null. |