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

PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName>&) method

Remove the signature according to the name of the signature.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName> &signName)
ParameterTypeDescription
signNameconst System::SharedPtr<SignatureName>&The name of signature.

See Also

PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName>&, bool) method

Removes the signature according to the name of the signature.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName> &signName, bool removeField)
ParameterTypeDescription
signNameconst System::SharedPtr<SignatureName>&The name of signature.
removeFieldboolIf set to true, than removes both of signature and field from document; otherwise, signature only.

See Also

PdfFileSignature::RemoveSignature(const System::String&) method

Remove the signature according to the name of the signature.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::String &signName)
ParameterTypeDescription
signNameconst System::String&The name of signature.

Deprecated

Use RemoveSignature(SignatureName) instead.

See Also

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

Removes the signature according to the name of the signature.

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

Deprecated

Use RemoveSignature(SignatureName, bool) instead.

See Also