PolyLineGetLeaderLineLength Method |
Gets the leader line length of a line. *
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetLeaderLineLength()
Public Function GetLeaderLineLength As Double
public:
virtual double GetLeaderLineLength() sealed
function GetLeaderLineLength();
Return Value
Type:
Double A number denoting the length of the leader line in px.
Implements
ILineGetLeaderLineLengthRemarks usually if this entry is specified, the line is intended to be a dimension line(see "IT" entry).
Leader length is length of leader lines in default user space that extend from each endpoint
of the line perpendicular to the line itself. A positive value shall mean that the leader lines
appear in the direction that is clockwise when traversing the line from its starting point to
its ending point (as specified by L); a negative value shall indicate the opposite direction.
Default value: 0 (no leader lines)
See Also