Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / TimeStamp Method / TimeStamp(TimeStampProperties,Stream,SaveMode) Method
The time stamp properties.
The output stream. The stream must support read and seek operations.
The PDF saving mode.

In This Topic
    TimeStamp(TimeStampProperties,Stream,SaveMode) Method
    In This Topic
    Adds a document time stamp and saves the current document to a stream.
    Syntax
    'Declaration
     
    Public Overloads Sub TimeStamp( _
       ByVal timeStampProperties As TimeStampProperties, _
       ByVal stream As System.IO.Stream, _
       ByVal saveMode As SaveMode _
    ) 
    public void TimeStamp( 
       TimeStampProperties timeStampProperties,
       System.IO.Stream stream,
       SaveMode saveMode
    )

    Parameters

    timeStampProperties
    The time stamp properties.
    stream
    The output stream. The stream must support read and seek operations.
    saveMode
    The PDF saving mode.
    See Also