 | PdfPageObjectsCollectionAdd Method |
Namespace:
Patagames.Pdf.Net
Assembly:
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.40.2704
Syntaxpublic void Add(
PdfPageObject item
)
Public Sub Add (
item As PdfPageObject
)
public:
virtual void Add(
PdfPageObject^ item
) sealed
abstract Add :
item : PdfPageObject -> unit
override Add :
item : PdfPageObject -> unit
public final void Add(
PdfPageObject item
)
Parameters
- item
- Type: Patagames.Pdf.NetPdfPageObject
The PdfPageObject to add to the collection
Implements
ICollectionTAdd(T)
See Also