Aspose::Pdf::Security::UnsignedContentAbsorber::UnsignedContent class

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

MethodDescription
get_Annotations() constGets a dictionary of modified annotations that may have changed or added.
get_Forms() constGets form fields that have been incrementally changed or added.
get_Pages() constGets a list of pages whose content is unsigned or has been incrementally changed.
get_XForms() constGets a dictionary of modified XForm objects that may have changed, although the page itself has not changed (not in the Pages list).

See Also