Click or drag to resize

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
C#
public bool SetNoFill(
	bool noFill
)

Parameters

noFill
Type: SystemBoolean
Whether the path is filled with white.

Return Value

Type: Boolean
Returns true on success, false on failure
See Also