| PageWidgets Property |
The list of this page's form field widgets.
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 widget is
-
if the given widget object has already been closed
-
if the given widget does not belong to the same document as the list
-
if the given widget is already associated with a page
This list does not support removing or setting elements or clearing.
Namespace: PdfTools.FourHeights.PdfToolbox.PdfAssembly: PdfTools.FourHeights.PdfToolbox (in PdfTools.FourHeights.PdfToolbox.dll) Version: 4.4.6+c8104d9b5f50644b2c93d424e62edbf40828fde7
Syntax public WidgetList Widgets { get; }
Property Value
WidgetListExceptions Exception | Condition |
---|
InvalidOperationException | if the page has already been closed |
See Also