ILineSetLeaderLineExtensionLength Method |
Sets the leader line extension length of a line.
(PDF 1.6)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetLeaderLineExtensionLength(
double ll
)
Sub SetLeaderLineExtensionLength (
ll As Double
)
void SetLeaderLineExtensionLength(
[InAttribute] double ll
)
function SetLeaderLineExtensionLength(ll);
Parameters
- ll
- Type: SystemDouble
the new leader line extension length
Remarks Usually if this entry is specified, the line is intended to be a dimension line(see "IT" entry).
The leader line extension length is a non-negative number that shall represents
the length of leader line extensions that extend from the line proper 180 degrees from
the leader lines.
Default value: 0 (no leader line extensions)
See Also