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