Aspose::Pdf::Security::UnsignedContentAbsorber::UnsignedContent class
Contents
[
Hide
]UnsignedContent class
Encapsulates unsigned content elements extracted from a PDF document. This class provides access to pages, form fields, XForms, and annotations that are part of the unsigned content within the document.
class UnsignedContent : public System::Object
Methods
| Method | Description |
|---|---|
| get_Annotations() const | Gets a dictionary of modified annotations that may have changed or added. |
| get_Forms() const | Gets form fields that have been incrementally changed or added. |
| get_Pages() const | Gets a list of pages whose content is unsigned or has been incrementally changed. |
| get_XForms() const | Gets a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list). |
See Also
- Class Object
- Class UnsignedContentAbsorber
- Namespace Aspose::Pdf::Security
- Library Aspose.PDF for C++