Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfDocument Class / TimeStamp Method / TimeStamp(TimeStampProperties,String,SaveMode) Method
The time stamp properties.
The name of the PDF file to create.
The PDF saving mode.

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

    Parameters

    timeStampProperties
    The time stamp properties.
    fileName
    The name of the PDF file to create.
    saveMode
    The PDF saving mode.
    See Also