| PageAnnotations Property |
The list of this page's annotations.
Adding to this list results in an error:
- IllegalState if the list has already been closed
- UnsupportedOperation if the document is read-only
- IllegalArgument
-
if the given annotation is
-
if the given annotation object has already been closed
-
if the given annotation does not belong to the same document as the list
-
if the given annotation is already associated with a page
This list does not support removing or setting elements or clearing.
Namespace: PdfTools.Toolbox.PdfAssembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.1.0+5820e9ca9ca173983539ffc40abc227fb62e6928
Syntax public AnnotationList Annotations { get; }
Property Value
AnnotationListExceptions Exception | Condition |
---|
InvalidOperationException | if the page has already been closed |
See Also