ElementSetPathStroke Method |
Indicate whether the path should be stroked.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void SetPathStroke(
bool stroke
)
Public Sub SetPathStroke (
stroke As Boolean
)
public:
virtual void SetPathStroke(
[InAttribute] bool stroke
) sealed
function SetPathStroke(stroke);
Parameters
- stroke
- Type: SystemBoolean
the new path stroke
See Also