ObjectIdentifierGetRawValue Method |
Retrieves the value of the object identifier.
Namespace:
pdftron.Crypto
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public uint[] GetRawValue()
Public Function GetRawValue As UInteger()
public:
virtual array<unsigned int>^ GetRawValue() sealed
Return Value
Type:
UInt32the value of the object identifier, as a container of integer components
See Also