Método Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature

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

Elimina la firma según el nombre de la firma.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName> &signName)
ParámetroTipoDescripción
signNameconst System::SharedPtr<SignatureName>&El nombre de la firma.

Ver también

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

Elimina la firma según el nombre de la firma.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::SharedPtr<SignatureName> &signName, bool removeField)
ParámetroTipoDescripción
signNameconst System::SharedPtr<SignatureName>&El nombre de la firma.
removeFieldboolSi se establece en true, elimina tanto la firma como el campo del documento; de lo contrario, solo la firma.

Ver también

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

Elimina la firma según el nombre de la firma.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::String &signName)
ParámetroTipoDescripción
signNameconst System::String&El nombre de la firma.

Deprecated

Use RemoveSignature(SignatureName) en su lugar.

Ver también

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

Elimina la firma según el nombre de la firma.

void Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature(const System::String &signName, bool removeField)
ParámetroTipoDescripción
signNameconst System::String&El nombre de la firma.
removeFieldboolSi se establece en true, elimina tanto la firma como el campo del documento; de lo contrario, solo la firma.

Deprecated

Use RemoveSignature(SignatureName, bool) en su lugar.

Ver también