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

In This Topic
    TimeStampProperties Class Members
    In This Topic

    The following tables list the members exposed by TimeStampProperties.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets a SignatureAppearance object defining the visual appearance of the generated signature.

    By default this property is initialized with a default instance of the SignatureAppearance class.

     
    Public PropertyGets or sets the AcroForm field used to store the digital signature.

    If this value is set to a null reference (Nothing in Visual Basic), the field with a unique name will be created automatically. That field will have no associated GrapeCity.Documents.Pdf.Annotations.WidgetAnnotation, so the signature will be invisible.

     
    Public PropertyGets 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).

     
    Top
    See Also