PolygonGetTextVOffset Method |
Gets the vertical offset of the caption.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic double GetTextVOffset()
Public Function GetTextVOffset As Double
public:
virtual double GetTextVOffset() sealed
function 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