PolyLineGetEndStyle Method |
Gets the ending syle of the end of a line.
Namespace:
pdftron.PDF.Annots
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntaxpublic LineEndingStyle GetEndStyle()
Public Function GetEndStyle As LineEndingStyle
public:
virtual LineEndingStyle GetEndStyle() sealed
Return Value
Type:
LineEndingStyle A enum value from the "EndingStyle" enum, whose value corrsponding to the ending style
of the start point.
Implements
ILineGetEndStyle
Remarks Default value: e_None.
See Also