Click or drag to resize

VerticalPosition(Double, LengthUnit, VerticalPositionAnchor) Constructor

Initializes a new instance of the VerticalPosition struct with specified absolute position.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public VerticalPosition(
	double absolutePosition,
	LengthUnit unit,
	VerticalPositionAnchor below
)

Parameters

absolutePosition  Double
The absolute position in units specified by unit parameter in direction below of the location specified by below parameter.
unit  LengthUnit
The measurement unit for absolute position value.
below  VerticalPositionAnchor
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