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

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