Aspose::Pdf::Security::UnsignedContentAbsorber::Result class
Contents
[
Hide
]Result class
Encapsulates the result of an operation attempting to extract unsigned content from a PDF document.
class Result : public System::Object
Methods
| Method | Description |
|---|---|
| get_Coverage() const | Gets a value indicating the extent to which the document is covered by valid digital signatures. |
| get_Message() const | Gets a message describing the outcome of the operation. |
| get_Success() const | Gets a value indicating whether the operation to retrieve unsigned content from the document was successful. |
| get_UnsignedContent() const | Gets an unsigned content. |
Remarks
This class provides information about the success of the operation, details of the unsigned content, a message describing the outcome, and the coverage status of the document’s signatures.
See Also
- Class Object
- Class UnsignedContentAbsorber
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++