Aspose::Pdf::Security::UnsignedContentAbsorber::Result class

Result class

Encapsulates the result of an operation attempting to extract unsigned content from a PDF document.

class Result : public System::Object

Methods

MethodDescription
get_Coverage() constGets a value indicating the extent to which the document is covered by valid digital signatures.
get_Message() constGets a message describing the outcome of the operation.
get_Success() constGets a value indicating whether the operation to retrieve unsigned content from the document was successful.
get_UnsignedContent() constGets 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