SignatureDelete Method (SignatureType) |
Deletes signatures of the certain type
SignatureType from the document.
Only signatures that were added by Sign method and marked as Signatures
IsSignature will be removed.
Following signature types are supported: Text, Image, Digital, Barcode, QR-Code
Namespace: GroupDocs.SignatureAssembly: GroupDocs.Signature (in GroupDocs.Signature.dll) Version: 22.4.0.0 (22.4)
Syntaxpublic DeleteResult Delete(
SignatureType signatureType
)
Public Function Delete (
signatureType As SignatureType
) As DeleteResult
public:
DeleteResult^ Delete(
SignatureType signatureType
)
member Delete :
signatureType : SignatureType -> DeleteResult
Parameters
- signatureType
- Type: GroupDocs.Signature.DomainSignatureType
The type of signatures to be removed from the document.
Return Value
Type:
DeleteResultReturns DeleteResult
DeleteResult with list of successfully deleted signatures and failed ones.
Remarks
See Also