ObjectIdentifier Constructor (Int32) |
Constructor from array of unsigned integer components of an object identifier.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public ObjectIdentifier(
int[] in_arr
)
Public Sub New (
in_arr As Integer()
)
public:
ObjectIdentifier(
[InAttribute] array<int>^ in_arr
)
pdftron.Crypto.ObjectIdentifier = function(in_arr);
Parameters
- in_arr
- Type: SystemInt32
array of integers to use
See Also