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