Click or drag to resize

PdfLinkCollectionsAdd Method

Adds a PdfLink to the collection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
public void Add(
	PdfLink item
)

Parameters

item  PdfLink
The PdfLink to add to the collection

Implements

ICollectionTAdd(T)
See Also