[]
Sets the count of items in the array to a specified value.
If the current count of items is less than count,
pads the array with Instance objects.
If the current count is greater than count,
removes items from the end of the array.
public static void SetCount(this IPdfArray array, int count)
Public Shared Sub SetCount(array As IPdfArray, count As Integer)
| Type | Name | Description |
|---|---|---|
| IPdfArray | array | The current PDF array. |
| int | count | The required item count. |