Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument method
PdfFileSignature::CoversWholeDocument(const System::SharedPtr<SignatureName>&) method
Checks if the signature covers the whole document.
bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::SharedPtr<SignatureName> &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::SharedPtr<SignatureName>& | The name of signature. |
ReturnValue
Return a result of bool type.
See Also
- Typedef SharedPtr
- Class SignatureName
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfFileSignature::CoversWholeDocument(const System::String&) method
Checks if the signature covers the whole document.
bool Aspose::Pdf::Facades::PdfFileSignature::CoversWholeDocument(const System::String &signName)
| Parameter | Type | Description |
|---|---|---|
| signName | const System::String& | The name of signature. |
ReturnValue
Return a result of bool type.
Deprecated
CoversWholeDocument(SignatureName) should be used instead.
See Also
- Class String
- Class PdfFileSignature
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++