Padding Class |
Namespace: GroupDocs.Signature.Domain
The Padding type exposes the following members.
Name | Description | |
---|---|---|
![]() | Padding |
Initializes a new instance of Padding class using zero values.
|
![]() | Padding(Int32) |
Initializes a new instance of the Padding class using the supplied padding size for all edges.
|
![]() | Padding(Int32, Int32, Int32, Int32) |
Initializes a new instance of the Padding class using the supplied padding sizes.
|
Name | Description | |
---|---|---|
![]() | All |
Gets or sets the padding value for all the edges.
Changing of any partial edge like left or top makes this property equal 0;
|
![]() | Bottom |
Gets or sets the padding value for the bottom edge.
|
![]() | Horizontal |
Gets the combined padding for the right and left edges.
|
![]() | Left |
Gets or sets the padding value for the left edge.
|
![]() | Right |
Gets or sets the padding value for the right edge.
|
![]() | Top |
Gets or sets the padding value for the top edge.
|
![]() | Vertical |
Gets the combined padding for the top and bottom edges.
|
Name | Description | |
---|---|---|
![]() | Clone |
Gets a copy of this object.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() ![]() | Empty |
Provides a Padding object with no padding.
|