Click or drag to resize

PolyLineSetEndStyle Method

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
Syntax
public void SetEndStyle(
	LineEndingStyle est
)

Parameters

est
Type: pdftron.PDF.AnnotsLineEndingStyle
A enum value from the "EndingStyle" enum, whose value corrsponding to the ending style of the start point.

Implements

ILineSetEndStyle(LineEndingStyle)
Remarks
Default value: e_None.
See Also