Class UnsignedContentAbsorber.UnsignedContent

UnsignedContentAbsorber.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.

public sealed class UnsignedContent

Properties

NameDescription
Annotations { get; }Gets a dictionary of modified annotations that may have changed or added.
Forms { get; }Gets form fields that have been incrementally changed or added.
Pages { get; }Gets a list of pages whose content is unsigned or has been incrementally changed.
XForms { get; }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