Aspose::Pdf::Facades::PdfFileSignature::RemoveSignature method
Contents
[
Hide
]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)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
See Also
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
| removeField | bool | If set to true, than removes both of signature and field from document; otherwise, signature only. |
See Also
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
Deprecated
Use RemoveSignature(SignatureName) instead.
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
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)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
| removeField | bool | If set to true, than removes both of signature and field from document; otherwise, signature only. |
Deprecated
Use RemoveSignature(SignatureName, bool) instead.
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++