| 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
Syntaxpublic DocumentType ping(
Stream stream
)
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