CPDFCompareOverlaySetNoFill Method |
Sets whether the path is filled with white.
Namespace:
ComPDFKit.Compare
Assembly:
ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax public bool SetNoFill(
bool noFill
)
Parameters
- noFill
- Type: SystemBoolean
Whether the path is filled with white.
Return Value
Type:
BooleanReturns true on success, false on failure
See Also