ILineSetLeaderLineLength Method |
Sets the leader line length of a line.
(PDF 1.6)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetLeaderLineLength(
double ll
)
Sub SetLeaderLineLength (
ll As Double
)
void SetLeaderLineLength(
[InAttribute] double ll
)
function SetLeaderLineLength(ll);
Parameters
- ll
- Type: SystemDouble
the new leader line length
Remarks 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