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