FreeTextSetEndingStyle Method (String) |
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(
string est
)
Public Sub SetEndingStyle (
est As String
)
public:
virtual void SetEndingStyle(
[InAttribute] String^ est
) sealed
function SetEndingStyle(est);
Parameters
- est
- Type: SystemString
The ending style represented using a string.
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: "None".
See Also