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




ImageGear.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace > ImGearPDFBasArray Class : PutName Method
The location in array to store a value. The first element of an array has an index of zero.
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
Name value to put in the array.
Puts the name value into the specified location in an array.
Syntax
'Declaration
 
Public Sub PutName( _
   ByVal index As Integer, _
   ByVal isIndirect As Boolean, _
   ByVal name As ImGearPDFAtom _
) 
'Usage
 
Dim instance As ImGearPDFBasArray
Dim index As Integer
Dim isIndirect As Boolean
Dim name As ImGearPDFAtom
 
instance.PutName(index, isIndirect, name)
public void PutName( 
   int index,
   bool isIndirect,
   ImGearPDFAtom name
)
public: void PutName( 
   int index,
   bool isIndirect,
   ImGearPDFAtom* name
) 
public:
void PutName( 
   int index,
   bool isIndirect,
   ImGearPDFAtom^ name
) 

Parameters

index
The location in array to store a value. The first element of an array has an index of zero.
isIndirect
If true, creates the key value as an indirect object. If false, creates the key value as a direct object.
name
Name value to put in the array.
Remarks
The array is extended as much as necessary.
See Also

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members
ImGearPDFAtom Class