Class UnsignedContentAbsorber.UnsignedContent
Contents
[
Hide
]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
| Name | Description |
|---|---|
| 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
- class UnsignedContentAbsorber
- namespace Aspose.Pdf.Security
- assembly Aspose.PDF