Click or drag to resize

PolygonGetLeaderLineOffset Method

Gets the leader line offset length of a line.

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

Return Value

Type: Double
A number denoting the length of the leader line offset in px.

Implements

ILineGetLeaderLineOffset
Remarks
usually if this entry is specified, the line is intended to be a dimension line(see "IT" entry). Leader line offset number is a non-negative number that shall represent the length of the leader line offset, which is the amount of empty space between the endpoints of the annotation and the beginning of the leader lines.
See Also