ImageGear .NET v24.14 - Updated
ImGearPDFBasArray Class
Members 




ImageGear24.Formats.Pdf Assembly > ImageGear.Formats.PDF Namespace : ImGearPDFBasArray Class
Represents basic array object.
Object Model
ImGearPDFBasArray ClassImGearPDFBasObj Class
Syntax
'Declaration
 
Public NotInheritable Class ImGearPDFBasArray 
   Inherits ImGearPDFBasObj
'Usage
 
Dim instance As ImGearPDFBasArray
public sealed class ImGearPDFBasArray : ImGearPDFBasObj 
public __gc __sealed class ImGearPDFBasArray : public ImGearPDFBasObj 
public ref class ImGearPDFBasArray sealed : public ImGearPDFBasObj 
Remarks
Array is a one-dimensional collection of objects arranged sequentially. Unlike arrays in many other computer languages, PDF arrays may be heterogeneous; that is, an array's elements may be any combination of numbers, strings, dictionaries, or any other objects, including other arrays.
Inheritance Hierarchy

System.Object
   ImageGear.Formats.PDF.ImGearPDFObject
      ImageGear.Formats.PDF.ImGearPDFBasObj
         ImageGear.Formats.PDF.ImGearPDFBasArray

See Also

Reference

ImGearPDFBasArray Members
ImageGear.Formats.PDF Namespace