PolygonGetLeaderLineExtensionLength Method |
Gets the leader line extension length of a line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public double GetLeaderLineExtensionLength()
Public Function GetLeaderLineExtensionLength As Double
public:
virtual double GetLeaderLineExtensionLength() sealed
function GetLeaderLineExtensionLength();
Return Value
Type:
Double A number denoting the length of the leader line extension in px.
Implements
ILineGetLeaderLineExtensionLengthRemarks Usually if this entry is specified, the line is intended to be a dimension line(see "IT" entry).
Remarks 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