Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature method

PdfFileSignature::RemoveSignature(System::String) method

Remove the signature according to the name of the signature.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(System::String signName)
ParameterTypeDescription
signNameSystem::StringThe name of signature.

See Also

PdfFileSignature::RemoveSignature(System::String, bool) method

Removes the signature according to the name of the signature.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(System::String signName, bool removeField)
ParameterTypeDescription
signNameSystem::StringThe name of signature.
removeFieldboolIf set to true, than removes both of signature and field from document; otherwise, signature only.

See Also