IntArrayRef Constructor (Int32) |
Constructor.
Namespace:
pdftron.Common
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public IntArrayRef(
int[] s
)
Public Sub New (
s As Integer()
)
public:
IntArrayRef(
[InAttribute] array<int>^ s
)
pdftron.Common.IntArrayRef = function(s);
Parameters
- s
- Type: SystemInt32
The initial value to set.
See Also