IntArrayRef Constructor (Int32) |
Created a new IntArrayRef with an array of size size, which can be accessed from Value
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IntArrayRef(
int size
)
Public Sub New (
size As Integer
)
public:
IntArrayRef(
[InAttribute] int size
)
pdftron.Common.IntArrayRef = function(size);
Parameters
- size
- Type: SystemInt32
The size of the array
See Also