Click or drag to resize
SignDocDocumentLoaderloadFromMemory Method
Load a document from memory.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public SignDocDocument loadFromMemory(
	byte[] data
)

Parameters

data
Type: SystemByte
Blob representing the document. The data must not be modified.

Return Value

Type: SignDocDocument
A new SignDocDocument object representing the document. After use, SignDocDocument.close() should be to free up native resources as soon as possible.
See Also