PolygonSetLeaderLineExtensionLength 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 public void SetLeaderLineExtensionLength(
double ll
)
Public Sub SetLeaderLineExtensionLength (
ll As Double
)
public:
virtual void SetLeaderLineExtensionLength(
[InAttribute] double ll
) sealed
function SetLeaderLineExtensionLength(ll);
Parameters
- ll
- Type: SystemDouble
the new leader line extension length
Implements
ILineSetLeaderLineExtensionLength(Double)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