PolyLineGetLeaderLineOffset 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()
Public Function GetLeaderLineOffset As Double
public:
virtual double GetLeaderLineOffset() sealed
function GetLeaderLineOffset();
Return Value
Type:
Double A number denoting the length of the leader line offset in px.
Implements
ILineGetLeaderLineOffsetRemarks 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