Gets the annotations for this page.
Namespace: TallComponents.Web.PdfAssembly: TallComponents.Web.PdfViewer (in TallComponents.Web.PdfViewer.dll) Version: 1.0.14.0
Syntax
| C# |
|---|
public ICollection<Link> Links { get; private set; } |
| Visual Basic |
|---|
Public Property Links As ICollection(Of Link) Get Private Set |
| Visual C++ |
|---|
public: property ICollection<Link^>^ Links { ICollection<Link^>^ get (); private: void set (ICollection<Link^>^ value); } |