DoubleArrayRef Constructor (Int32) |
Created a new DoubleArrayRef 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 DoubleArrayRef(
int size
)
Public Sub New (
size As Integer
)
public:
DoubleArrayRef(
[InAttribute] int size
)
pdftron.Common.DoubleArrayRef = function(size);
Parameters
- size
- Type: SystemInt32
The size of the array
See Also