Aspose.Note for .Net
Margins Structure |
Specifies the dimensions of the margins of a node.
Namespace: Aspose.Note
Assembly: Aspose.Note (in Aspose.Note.dll) Version: 18.1
SyntaxThe Margins type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | Margins |
Initializes a new instance of the Margins struct
with the specified left, right, top, and bottom margins.
|
Properties| Name | Description | |
|---|---|---|
![]() | Bottom |
Gets or sets the bottom margin width.
|
![]() | Left |
Gets or sets the left margin width.
|
![]() | Right |
Gets or sets the right margin width.
|
![]() | Top |
Gets or sets the top margin width.
|
Methods| Name | Description | |
|---|---|---|
![]() | Equals |
Tests whether two Margins structures are equal.
(Overrides ValueTypeEquals(Object).) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Operators| Name | Description | |
|---|---|---|
![]() ![]() | Equality |
Tests whether two Margins structures are equal.
|
![]() ![]() | Inequality |
Tests whether two Margins structures are not equal.
|
Fields
See Also



