In This Topic
Sets the count of items in the array to a specified value. If the current count of items is less than , pads the array with
PdfNull.Instance objects. If the current count is greater than , removes items from the end of the array.
Syntax
'Declaration
Public Shared Sub SetCount( _
ByVal As IPdfArray, _
ByVal As System.Integer _
)
public static void SetCount(
IPdfArray ,
System.int
)
Parameters
- array
- The current PDF array.
- count
- The required item count.
See Also