FreeTextGetEndingStyle Method |
Gets the ending style of the callout line of the FreeText Annotation.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public LineEndingStyle GetEndingStyle()
Public Function GetEndingStyle As LineEndingStyle
public:
virtual LineEndingStyle GetEndingStyle() sealed
function GetEndingStyle();
Return Value
Type:
LineEndingStyle The ending style represented as one of the entries of the enum "EndingStyle"
Remarks The ending style specifies the line ending style that
shall be used in drawing the callout line specified in CallOut Line Points
(CL). The enum entry shall specify the line ending style for the endpoint
defined by the starting point(p1) of the CallOut Line Points.
Default value: e_None.
See Also