FreeTextSetEndingStyle Method (LineEndingStyle) |
Sets the ending style of the callout line of the FreeText Annotation.
(Optional; meaningful only if CL is present; PDF 1.6)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetEndingStyle(
LineEndingStyle est
)
Public Sub SetEndingStyle (
est As LineEndingStyle
)
public:
virtual void SetEndingStyle(
[InAttribute] LineEndingStyle est
) sealed
function SetEndingStyle(est);
Parameters
- est
- Type: pdftron.PDF.AnnotsLineEndingStyle
The ending style represented using 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