ImageGear v26.3 - Updated
ImageGear.Formats.Pdf Assembly / ImageGear.Formats.PDF Namespace / ImGearPDFBasArray Class / Length Property




In This Topic
    Length Property (ImGearPDFBasArray)
    In This Topic
    Gets the number of elements in the array.
    Syntax
    'Declaration
     
    Public ReadOnly Property Length As Integer
    'Usage
     
    Dim instance As ImGearPDFBasArray
    Dim value As Integer
     
    value = instance.Length
    public int Length {get;}
    public: __property int get_Length();
    public:
    property int Length {
       int get();
    }

    Property Value

    Integer number.
    See Also