DXMargins Members
Specifies the dimensions of the margins of a printed page.Constructors
Name | Description |
---|---|
DXMargins() | Initializes a new instance of the DXMargins class. |
DXMargins(Single, Single, Single, Single) | Initializes a new instance of the DXMargins class with specified settings. |
Properties
Name | Description |
---|---|
Bottom | Gets or sets the bottom margin. |
Left | Gets or sets the left margin. |
Right | Gets or sets the right margin. |
Top | Gets or sets the top margin. |
Methods
Name | Description |
---|---|
Clone() |
Clones the current DXMargins object.
|
Equals(DXMargins) |
Determines whether the specified object is equal to the current DXMargins instance.
|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) |
Determines whether the specified object is equal to the current DXMargins instance.
|
GetHashCode() |
Gets the hash code for the DXMargins object.
|
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that specifies `DXMargins’. |
See Also