VerticalPosition Constructor (Double, LengthUnit, VerticalPositionAnchor) |
Initializes a new instance of the
VerticalPosition struct with specified absolute position.
Namespace:
GemBox.Document
Assembly:
GemBox.Document (in GemBox.Document.dll) Version: 31.0.35.1089
Syntaxpublic VerticalPosition(
double absolutePosition,
LengthUnit unit,
VerticalPositionAnchor below
)
Public Sub New (
absolutePosition As Double,
unit As LengthUnit,
below As VerticalPositionAnchor
)
Parameters
- absolutePosition
- Type: SystemDouble
The absolute position in units specified by unit parameter in direction below of the location specified by below parameter. - unit
- Type: GemBox.DocumentLengthUnit
The measurement unit for absolute position value. - below
- Type: GemBox.DocumentVerticalPositionAnchor
The location from which absolute position is offset from. If absolutePosition parameter is positive, offset is below of VerticalPositionAnchor specified by below parameter, otherwise offset is above.
See Also