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