[]
Adds a document time stamp and saves the current document to a stream.
public void TimeStamp(TimeStampProperties timeStampProperties, Stream stream)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, stream As 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)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, fileName As String)
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)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, stream As Stream, saveMode As 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)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, fileName As String, saveMode As 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)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, stream As Stream, saveOptions As SavePdfOptions)
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)
Public Sub TimeStamp(timeStampProperties As TimeStampProperties, fileName As String, saveOptions As SavePdfOptions)
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. |