SDFDoc Constructor (Byte) |
Creates a new SDF document from an array of bytes.
Namespace:
pdftron.SDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public SDFDoc(
byte[] byteArray
)
Public Sub New (
byteArray As Byte()
)
public:
SDFDoc(
[InAttribute] array<unsigned char>^ byteArray
)
pdftron.SDF.SDFDoc = function(byteArray);
Parameters
- byteArray
- Type: SystemByte
An array of bytes representing an SDF document.
Remarks
Make sure to call InitSecurityHandler to check whether the document is encrypted.
See Also