Click or drag to resize

SignerBaseGetDocument Method

Callback for obtaining the full document for showing or downloading in browser based on a user request for showing the document.

Namespace:  ASDSoft.WebSigner.Server
Assembly:  ASDSoft.WebSigner.Server (in ASDSoft.WebSigner.Server.dll) Version: 2.5.0
Syntax
C#
protected abstract Task<DocumentInfo> GetDocument(
	IDocumentLinkContent content
)

Parameters

content
Type: ASDSoft.WebSigner.Server.ContentIDocumentLinkContent
Identification of the document.

Return Value

Type: TaskDocumentInfo
The task for async calling with full document.
See Also