In This Topic
Signs and saves the current document to a stream. Note that stream must support read and seek operations.
Overload List
Overload | Description |
Sign(SignatureProperties,Stream) | Signs and saves the current document to a stream. Note that must support read and seek operations. |
Sign(SignatureProperties,String) | Signs and saves the current document to a file. |
Sign(SignatureProperties,Stream,SaveMode) | Signs and saves the current document to a stream. Note that must support read and seek operations. |
Sign(SignatureProperties,String,SaveMode) | Signs and saves the current document to a file. |
Sign(SignatureProperties,Stream,Boolean) | Signs and saves the current document to a file. Note that must support read and seek operations. |
Sign(SignatureProperties,String,Boolean) | Signs and saves the current document to a stream. |
See Also