Class to represent leader line information. More...
Public Member Functions | |
LeaderLineInfo (float32 length, float32 extension, float32 offset) | |
Constructor to initialize a new instance of class Annotations::LeaderLineInfo with specific values. | |
Properties | |
float32 | Length |
Leader line length. More... | |
float32 | Extension |
Leader line extension. This value should be non-negative. | |
float32 | Offset |
Leader line offset. This value should be non-negative. | |
Class to represent leader line information.
float32 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.