ILineSetLeaderLineOffset Method |
Sets the leader line offset length of a line.
(PDF 1.7)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax void SetLeaderLineOffset(
double ll
)
Sub SetLeaderLineOffset (
ll As Double
)
void SetLeaderLineOffset(
[InAttribute] double ll
)
function SetLeaderLineOffset(ll);
Parameters
- ll
- Type: SystemDouble
A number denoting the length of the leader line offset in px.
Remarks 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