public static final class UnsignedContentAbsorber.Result extends Object
Encapsulates the result of an operation attempting to extract unsigned content from a PDF document.
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.
| Modifier and Type | Method and Description |
|---|---|
int |
getCoverage()
Gets a value indicating the extent to which the document is covered by valid digital signatures.
|
String |
getMessage()
Gets a message describing the outcome of the operation.
|
boolean |
getSuccess()
Gets a value indicating whether the operation to retrieve unsigned content from the document was successful.
|
UnsignedContentAbsorber.UnsignedContent |
getUnsignedContent()
Gets an unsigned content.
|
public final boolean getSuccess()
Gets a value indicating whether the operation to retrieve unsigned content from the document was successful.
public final UnsignedContentAbsorber.UnsignedContent getUnsignedContent()
Gets an unsigned content.
public final String getMessage()
Gets a message describing the outcome of the operation.
public final int getCoverage()
Gets a value indicating the extent to which the document is covered by valid digital signatures.
Copyright © 2026 Aspose. All Rights Reserved.