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