[]
        
(Showing Draft Content)

GrapeCity.Documents.Pdf.TimeStampProperties

Class TimeStampProperties

Namespace
GrapeCity.Documents.Pdf
Assembly
GcDocs.Pdf.dll

Represents properties used to time stamp a PDF document.

public class TimeStampProperties
Inheritance
object
TimeStampProperties
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

TimeStampProperties()

Initializes a new instance of the TimeStampProperties class.

public TimeStampProperties()

TimeStampProperties(TimeStamp)

Initializes a new instance of the TimeStampProperties class.

public TimeStampProperties(TimeStamp timeStamp)

Parameters

timeStamp TimeStamp

The value to assign to the TimeStamp property. This cannot be null.

Properties

SignatureAppearance

Gets 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 SignatureAppearance SignatureAppearance { get; set; }

Property Value

SignatureAppearance

SignatureField

Gets or sets the AcroForm field used to store the digital signature.

If this value is set to null, the field with a unique name will be created automatically. That field will have no associated WidgetAnnotation, so the signature will be invisible.

public Field SignatureField { get; set; }

Property Value

Field

TimeStamp

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 null.

public ITimeStampGenerator TimeStamp { get; set; }

Property Value

ITimeStampGenerator