ILineSetStartStyle 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 void SetStartStyle(
LineEndingStyle sst
)
Sub SetStartStyle (
sst As LineEndingStyle
)
void SetStartStyle(
[InAttribute] LineEndingStyle sst
)
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.
Remarks Default value: e_None.
See Also