| SignDocDocumentcopyAsSignedToStream Method |
Copy the document to a stream for viewing the document "as signed".
This function copies to a stream the document as it was when the specified
signature field was signed. If the specified signature field contains
the last signature applied to the document, this function is equivalent
to copyToStream(). However, for some document formats, this function
may require signatures to be valid.
Namespace:
de.softpro.signdocsdk
Assembly:
SPSignDoc_4.3_DotNetLib (in SPSignDoc_4.3_DotNetLib.dll) Version: 1.0.6773.37566
Syntaxpublic void copyAsSignedToStream(
Stream stream,
string fieldName
)
Parameters
- stream
- Type: System.IOStream
The file will be copied to this stream. - fieldName
- Type: SystemString
The name of the signature field.
Return Value
Type:
rc_ok if successful.
See Also