 | PdfLinkCollections Class |
Represents the collection of named destination insde a PDF document.
Inheritance Hierarchy Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic class PdfLinkCollections : IList<PdfLink>,
ICollection<PdfLink>, IEnumerable<PdfLink>, IEnumerable
Public Class PdfLinkCollections
Implements IList(Of PdfLink), ICollection(Of PdfLink),
IEnumerable(Of PdfLink), IEnumerable
public ref class PdfLinkCollections : IList<PdfLink^>,
ICollection<PdfLink^>, IEnumerable<PdfLink^>, IEnumerable
type PdfLinkCollections =
class
interface IList<PdfLink>
interface ICollection<PdfLink>
interface IEnumerable<PdfLink>
interface IEnumerable
end
public class PdfLinkCollections implements IList<PdfLink>,
ICollection<PdfLink>, IEnumerable<PdfLink>, IEnumerable
Patagames.Pdf.Net.PdfLinkCollections = function();
Type.createClass(
'Patagames.Pdf.Net.PdfLinkCollections',
null,
IList`1,
ICollection`1,
IEnumerable`1,
IEnumerable);
The PdfLinkCollections type exposes the following members.
Properties | Name | Description |
---|
 | Count |
Gets the number of PdfLink contained in the collection.
|
 | IsReadOnly |
Gets a value indicating whether the collection is read-only.
|
 | Item |
Gets the PdfLink at the specified index
|
Top
Methods
See Also