Padding Structure |
Namespace: SautinSoft.Document
The Padding type exposes the following members.
Name | Description | |
---|---|---|
![]() | Padding(NullableDouble) |
Initializes a new instance of the Padding
struct with specified left/top/right/bottom padding.
|
![]() | Padding(Double, LengthUnit) |
Initializes a new instance of the Padding struct with specified
left/top/right/bottom padding in specified measurement unit.
|
![]() | Padding(Double, Double, LengthUnit) |
Initializes a new instance of the Padding struct with specified
left/right and top/bottom padding in specified measurement unit.
|
![]() | Padding(NullableDouble, NullableDouble, NullableDouble, NullableDouble) |
Initializes a new instance of the Padding
struct with specified left, top, right and bottom padding.
|
![]() | Padding(Double, Double, Double, Double, LengthUnit) |
Initializes a new instance of the Padding
struct with specified left, top, right and bottom padding in specified measurement unit.
|
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the bottom padding in points.
|
![]() | Left |
Gets the left padding in points.
|
![]() | Right |
Gets the right padding in points.
|
![]() | Top |
Gets the top padding in points.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this
Padding instance.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(Padding) |
Determines whether the otherPadding is equal
to this Padding instance.
|
![]() | GetHashCode |
Returns a hash code for this Padding instance.
(Overrides ValueTypeGetHashCode.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether first and second Paddings
are equal.
|
![]() ![]() | Inequality |
Determines whether first and second Paddings
are not equal.
|