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

Namespace:  de.softpro.signdocsdk
Assembly:  SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntax
C#
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