[]
Adds a document time stamp and saves the current document to a stream.
public void TimeStamp(TimeStampProperties timeStampProperties, Stream stream)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| Stream | stream | The output stream. The stream must support read and seek operations. |
Adds a document time stamp and saves the current document to a file.
public void TimeStamp(TimeStampProperties timeStampProperties, string fileName)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| string | fileName | The name of the PDF file to create. |
Adds a document time stamp and saves the current document to a stream.
public void TimeStamp(TimeStampProperties timeStampProperties, Stream stream, SaveMode saveMode)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| Stream | stream | The output stream. The stream must support read and seek operations. |
| SaveMode | saveMode | The PDF saving mode. |
Adds a document time stamp and saves the current document to a file.
public void TimeStamp(TimeStampProperties timeStampProperties, string fileName, SaveMode saveMode)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| string | fileName | The name of the PDF file to create. |
| SaveMode | saveMode | The PDF saving mode. |
Adds a document time stamp and saves the current document to a stream.
public void TimeStamp(TimeStampProperties timeStampProperties, Stream stream, SavePdfOptions saveOptions)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| Stream | stream | The output stream. The stream must support read and seek operations. |
| SavePdfOptions | saveOptions | The PDF save options. |
Adds a document time stamp and saves the current document to a file.
public void TimeStamp(TimeStampProperties timeStampProperties, string fileName, SavePdfOptions saveOptions)
| Type | Name | Description |
|---|---|---|
| TimeStampProperties | timeStampProperties | The time stamp properties. |
| string | fileName | The name of the PDF file to create. |
| SavePdfOptions | saveOptions | The PDF save options. |