Click or drag to resize
Pdftools logo

PageLinks Property

The list of this page's links.

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 link is
    • if the given link object has already been closed
    • if the given link does not belong to the same document as the list
    • if the given link is already associated with a page
This list does not support removing or setting elements or clearing.

Namespace: PdfTools.Toolbox.Pdf
Assembly: PdfTools.Toolbox (in PdfTools.Toolbox.dll) Version: 1.2.0+708f7116d933787a0712d56133e4c2c9bf21e5e3
Syntax
C#
public LinkList Links { get; }

Property Value

LinkList
Exceptions
ExceptionCondition
InvalidOperationExceptionif the page has already been closed
See Also