Click or drag to resize

PolyLineGetTextVOffset Method

Gets the vertical offset of the caption.

Namespace:  pdftron.PDF.Annots
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public double GetTextVOffset()

Return Value

Type: Double
A number denoting the vertical offset of caption in px.

Implements

ILineGetTextVOffset
Remarks
The vertical offset specifies the offset of the caption text from its normal position. Specifially the vertical offset perpendicular to the annotation line, with a positive value indicating a shift up and a negative value indicating a shift down. Default value: 0(no offset from normal vertical positioning).
See Also