Click or drag to resize

PdfWebLinkCollectionAdd Method

Adds a PdfWebLink to the collection

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

Parameters

item  PdfWebLink
The PdfWebLink to add to the collection

Implements

ICollectionTAdd(T)
See Also