'Declaration Public Sub Add( _
ByVal itemThe item to be added to the end of the PdfArray.As PdfBasicObject _
)
public void Add(
PdfBasicObject item
)
public: void Add(
PdfBasicObject* item
)
public:
void Add(
PdfBasicObject^ item
)
Parameters
- item
- The item to be added to the end of the PdfArray.