Click or drag to resize

PdfPageObjectsCollectionInsertObject(PdfPageObject) Method

Note: This API is now obsolete.

Adds a PdfPageObject to the collection

Namespace: Patagames.Pdf.Net
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntax
[ObsoleteAttribute("This method is obsolete. Please use Add instead.", 
	false)]
public void InsertObject(
	PdfPageObject item
)

Parameters

item  PdfPageObject
See Also