ImageGear21.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : Get Method |
'Declaration Public Function Get( _ ByVal index As UInteger _ ) As ImGearPDFBasObj
'Usage Dim instance As ImGearPDFBasArray Dim index As UInteger Dim value As ImGearPDFBasObj value = instance.Get(index)
public ImGearPDFBasObj Get( uint index )
public: ImGearPDFBasObj* Get( uint index )
public: ImGearPDFBasObj^ Get( uint index )
Null
object if index is outside the array bounds.