ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : Put Method |
'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 )