Margins Class |
Namespace: Spire.Doc.Documents
The Margins type exposes the following members.
Name | Description | |
---|---|---|
![]() |
Margins |
Default constructor. Set all margins to 0.
|
![]() |
Margins(Int32, Int32, Int32, Int32) |
Create margins with specified values
|
Name | Description | |
---|---|---|
![]() |
All |
Allow to Get or Set value of all Margins on one call
|
![]() |
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
|
Name | Description | |
---|---|---|
![]() |
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
![]() |
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
![]() |
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
![]() |
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|