Sign(SignatureProperties,Stream,Boolean) Method
In This Topic
Signs and saves the current document to a file. Note that must support read and seek operations.
Syntax
'Declaration
Public Overloads Sub Sign( _
ByVal As SignatureProperties, _
ByVal As System.IO.Stream, _
ByVal As System.Boolean _
)
public void Sign(
SignatureProperties ,
System.IO.Stream ,
System.bool
)
Parameters
- signatureProperties
- Properties of the signature used to sign the document.
- stream
- The output stream (must support read and seek operations).
- incrementalUpdate
- Indicates whether the document should be saved using incremental update.
See Also