Class PdfPageLinks
Inheritance
System.Object
PdfPageLinks
Namespace: IronPdf.Pdfium
Assembly: IronPdf.dll
Syntax
public class PdfPageLinks : Object
Constructors
PdfPageLinks(IList<PdfPageLink>)
Declaration
public PdfPageLinks(IList<PdfPageLink> links)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<PdfPageLink> | links |
Properties
Links
Declaration
public IList<PdfPageLink> Links { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<PdfPageLink> |