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