Class to represent leader line information. More...
Public Member Functions | |
LeaderLineInfo (float length, float extension, float offset) | |
Constructor to initialize a new instance of class Annotations::LeaderLineInfo with specific values. | |
Properties | |
float | Length |
Leader line length. More... | |
float | Extension |
Leader line extension. This value should be non-negative. | |
float | Offset |
Leader line offset. This value should be non-negative. | |
Class to represent leader line information.
float Foxit::PDF::Annotations::LeaderLineInfo::Length |
Leader line length.
The length of leader lines in PDF page coordination extends from each endpoint of the line perpendicular to the line itself. A positive value means that the leader lines appear in the direction that is clockwise when traversing the line from its starting point to its ending point, while a negative value indicates the opposite direction. 0 means no leader line.