Click or drag to resize
SignDocDocumentLoaderping Method
Check if a document is supported by this handler.

Namespace: de.softpro.signdocsdk
Assembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntax
public DocumentType ping(
	Stream stream
)

Parameters

stream
Type: System.IOStream
Pathname of the document file.

Return Value

Type: DocumentType
The type of the document, SignDocDocument.dt_unknown if the document is not supported.
See Also