Sets the ending syle of the end of a line
(Optional; PDF 1.4)
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic void SetEndStyle(
LineEndingStyle est
)
Public Sub SetEndStyle (
est As LineEndingStyle
)
public:
virtual void SetEndStyle(
[InAttribute] LineEndingStyle est
) sealed
function SetEndStyle(est);
Parameters
- est
- Type: pdftron.PDF.Annots.LineEndingStyle
A enum value from the "EndingStyle" enum, whose value corrsponding to the ending style
of the start point.
Implements
ILine.SetEndStyle(LineEndingStyle)
Remarks Default value: e_None.
See Also