| 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.signdocsdkAssembly: SPSignDoc_4.1_DotNetLibd (in SPSignDoc_4.1_DotNetLibd.dll) Version: 1.0.5882.21462
Syntaxpublic void copyAsSignedToStream(
Stream stream,
string fieldName
)
Public Sub copyAsSignedToStream (
stream As Stream,
fieldName As String
)
public:
void copyAsSignedToStream(
Stream^ stream,
String^ fieldName
)
member copyAsSignedToStream :
stream : Stream *
fieldName : string -> unit
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