ImageGear .NET
PutFixed Method (ImGearPDFBasArray)




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.
Fixed value to put in the array.
Puts the specified fixed value into the specified location in an array.
Syntax
public void PutFixed( 
   int index,
   bool isIndirect,
   int value
)
public: void PutFixed( 
   int index,
   bool isIndirect,
   int value
) 
public:
void PutFixed( 
   int index,
   bool isIndirect,
   int value
) 
'Declaration
 
Public Sub PutFixed( _
   ByVal index As Integer, _
   ByVal isIndirect As Boolean, _
   ByVal value As Integer _
) 
 
'Usage
 
Dim instance As ImGearPDFBasArray
Dim index As Integer
Dim isIndirect As Boolean
Dim value As Integer
 
instance.PutFixed(index, isIndirect, value)

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.
value
Fixed value to put in the array.
Remarks
The array is extended as much as necessary.
See Also

Reference

ImGearPDFBasArray Class
ImGearPDFBasArray Members
ImGearPDFAtom Class

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback