Document Solutions for PDF
DS.Documents.Pdf Assembly / GrapeCity.Documents.Pdf.Spec Namespace / IPdfArrayExt Class / Count Method
The current PDF array.

In This Topic
    Count Method (IPdfArrayExt)
    In This Topic
    Gets the count of items in the IPdfArray.
    Syntax
    'Declaration
     
    Public Shared Function Count( _
       ByVal array As IPdfArray _
    ) As System.Integer
    public static System.int Count( 
       IPdfArray array
    )

    Parameters

    array
    The current PDF array.

    Return Value

    The count of items.
    See Also