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