PolygonSetLeaderLineOffset 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 public void SetLeaderLineOffset(
double ll
)
Public Sub SetLeaderLineOffset (
ll As Double
)
public:
virtual void SetLeaderLineOffset(
[InAttribute] double ll
) sealed
function SetLeaderLineOffset(ll);
Parameters
- ll
- Type: SystemDouble
A number denoting the length of the leader line offset in px.
Implements
ILineSetLeaderLineOffset(Double)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