Document Solutions for PDF
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / TimeStampProperties Class / TimeStamp Property

In This Topic
    TimeStamp Property (TimeStampProperties)
    In This Topic
    Gets or sets the object implementing the ITimeStampGenerator interface that is used to generate the time-stamp token included in the document timestamp signature.

    This value cannot be set to a null reference (Nothing in Visual Basic).

    Syntax
    'Declaration
     
    Public Property TimeStamp As ITimeStampGenerator
    public ITimeStampGenerator TimeStamp {get; set;}
    See Also