A link annotation collection which belongs to a page inside this document.

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public class LinkCollection : IEnumerable<Link>, 
	IEnumerable
Visual Basic
Public Class LinkCollection _
	Implements IEnumerable(Of Link), IEnumerable

Remarks

This collection is non-creatable and can be obtained through the Links property of Page.

Inheritance Hierarchy

System..::..Object
  TallComponents.PDF.Annotations..::..LinkCollection

See Also