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

Namespace: TallComponents.PDF.Annotations
Assembly: TallComponents.PDF.Kit (in TallComponents.PDF.Kit.dll) Version: 3.0.69.1

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