[]
Gets the count of items in the IPdfArray.
public static int Count(this IPdfArray array)
Public Shared Function Count(array As IPdfArray) As Integer
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current PDF array. |
| Type | Description |
|---|---|
| int | The count of items. |