RelativePadding Structure |
Namespace: GemBox.Document
The RelativePadding type exposes the following members.
Name | Description | |
---|---|---|
![]() | RelativePadding(Double) |
Initializes a new instance of the RelativePadding struct with specified left/top/right/bottom padding percentage.
|
![]() | RelativePadding(Double, Double) |
Initializes a new instance of the RelativePadding struct with specified left/right and top/bottom padding percentage.
|
![]() | RelativePadding(Double, Double, Double, Double) |
Initializes a new instance of the RelativePadding struct with specified left, top, right and bottom padding percentage.
|
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the bottom padding percentage.
|
![]() | Left |
Gets the left padding percentage.
|
![]() | Right |
Gets the right padding percentage.
|
![]() | Top |
Gets the top padding percentage.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether the specified Object is equal to this RelativePadding instance.
(Overrides ValueTypeEquals(Object).) |
![]() | Equals(RelativePadding) |
Determines whether the other RelativePadding is equal to this RelativePadding instance.
|
![]() | GetHashCode |
Returns a hash code for this RelativePadding instance.
(Overrides ValueTypeGetHashCode.) |
![]() | ToString |
Returns a String that represents this RelativePadding instance.
(Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Determines whether first and second RelativePaddings are equal.
|
![]() ![]() | Inequality |
Determines whether first and second RelativePaddings are not equal.
|