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

In This Topic
    TimeStamp(TimeStampProperties,Stream) 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 _
    ) 
    public void TimeStamp( 
       TimeStampProperties timeStampProperties,
       System.IO.Stream stream
    )

    Parameters

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