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