| SignDocDocumentLoaderping Method |
Check if a document is supported by this handler.
Namespace: de.softpro.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic DocumentType ping(
Stream stream
)
Public Function ping (
stream As Stream
) As DocumentType
public:
DocumentType ping(
Stream^ stream
)
member ping :
stream : Stream -> DocumentType
Parameters
- stream
- Type: System.IOStream
Pathname of the document file.
Return Value
Type:
DocumentTypeThe type of the document, SignDocDocument.dt_unknown if the document is not supported.
See Also