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