Click or drag to resize

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
)

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