ImageGear .NET v25.0 - Updated
Put Method (ImGearPDFBasArray)




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : Put Method
The location in array to store an object. The first element of an array has an index of zero.
The object to insert into array.
Puts the specified object into the specified location in an array.
Syntax
'Declaration
 
Public Sub Put( _
   ByVal index As Integer, _
   ByVal value As ImGearPDFBasObj _
) 
'Usage
 
Dim instance As ImGearPDFBasArray
Dim index As Integer
Dim value As ImGearPDFBasObj
 
instance.Put(index, value)
public void Put( 
   int index,
   ImGearPDFBasObj value
)
public: void Put( 
   int index,
   ImGearPDFBasObj* value
) 
public:
void Put( 
   int index,
   ImGearPDFBasObj^ value
) 

Parameters

index
The location in array to store an object. The first element of an array has an index of zero.
value
The object to insert into array.
Remarks
The array is extended as much as necessary.
See Also

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members
ImGearPDFAtom Class
ImGearPDFBasObj Class