Click or drag to resize

CPDFDocumentRemoveSignature Method

Removes a signature from the PDF document.

Namespace:  ComPDFKit.PDFDocument
Assembly:  ComPDFKit.NET (in ComPDFKit.NET.dll) Version: 2.0.0.0
Syntax
C#
public bool RemoveSignature(
	CPDFSignature signature,
	bool isRemoveAP
)

Parameters

signature
Type: ComPDFKit.DigitalSignCPDFSignature
The CPDFSignature object representing the signature to be removed.
isRemoveAP
Type: SystemBoolean
A flag indicating whether to remove the signature's appearance (AP).

Return Value

Type: Boolean

Returns true if the signature is successfully removed; otherwise, returns false.

If the license does not support this feature, a message is traced, and the method returns false.

See Also