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