[]
Signs and saves the current document to a stream.
Note that stream must support read and seek operations.
public void Sign(SignatureProperties signatureProperties, Stream stream)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| Stream | stream | The output stream (must support read and seek operations). |
Signs and saves the current document to a file.
public void Sign(SignatureProperties signatureProperties, string fileName)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| string | fileName | The name of the PDF file to create. |
Signs and saves the current document to a stream.
Note that stream must support read and seek operations.
public void Sign(SignatureProperties signatureProperties, Stream stream, SaveMode saveMode)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| Stream | stream | The output stream (must support read and seek operations). |
| SaveMode | saveMode | The PDF saving mode. |
Signs and saves the current document to a file.
public void Sign(SignatureProperties signatureProperties, string fileName, SaveMode saveMode)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| string | fileName | The name of the PDF file to create. |
| SaveMode | saveMode | The PDF save mode. |
Signs and saves the current document to a stream.
Note that stream must support read and seek operations.
public void Sign(SignatureProperties signatureProperties, Stream stream, SavePdfOptions saveOptions)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| Stream | stream | The output stream (must support read and seek operations). |
| SavePdfOptions | saveOptions | The PDF save options. |
Signs and saves the current document to a file.
public void Sign(SignatureProperties signatureProperties, string fileName, SavePdfOptions saveOptions)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| string | fileName | The name of the PDF file to create. |
| SavePdfOptions | saveOptions | The PDF save options. |
Signs and saves the current document to a file.
Note that stream must support read and seek operations.
public void Sign(SignatureProperties signatureProperties, Stream stream, bool incrementalUpdate)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| Stream | stream | The output stream (must support read and seek operations). |
| bool | incrementalUpdate | Indicates whether the document should be saved using incremental update. |
Signs and saves the current document to a stream.
public void Sign(SignatureProperties signatureProperties, string fileName, bool incrementalUpdate)
| Type | Name | Description |
|---|---|---|
| SignatureProperties | signatureProperties | Properties of the signature used to sign the document. |
| string | fileName | The name of the PDF file to create. |
| bool | incrementalUpdate | Indicates whether the document should be saved using incremental update. |