[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SignatureDetails

Class SignatureDetails

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Provides signature details for application developers to implement the "Sign" button on "Signature Details" dialog. Represents data of SignatureInfoV1, SignatureInfoV2 and XAdES part in the signature.

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

Constructors

SignatureDetails()

public SignatureDetails()

Properties

Address1

Represents the "address1" field in the signature details dialog.

public string Address1 { get; set; }

Property Value

string

Address2

Represents the "address2" field in the signature details dialog.

public string Address2 { get; set; }

Property Value

string

ApplicationVersion

Represents the "application version" field in the additional information dialog.

public string ApplicationVersion { get; set; }

Property Value

string

City

Represents the "city" field in the signature details dialog.

public string City { get; set; }

Property Value

string

ClaimedRole

Represents the "claimed role" field in the signature details dialog.

public string ClaimedRole { get; set; }

Property Value

string

ColorDepth

Represents the "color depth" field in the additional information dialog.

public int ColorDepth { get; set; }

Property Value

int

CommitmentTypeDescription

Represents the "commitment type description" field in the signature details dialog.

public string CommitmentTypeDescription { get; set; }

Property Value

string

CommitmentTypeQualifier

Represents the "commitment type qualifier" field in the signature details dialog.

public string CommitmentTypeQualifier { get; set; }

Property Value

string

CountryName

Represents the "country name" field in the signature details dialog.

public string CountryName { get; set; }

Property Value

string

HorizontalResolution

Represents the "horizontal resolution" field in the additional information dialog.

public int HorizontalResolution { get; set; }

Property Value

int

Monitors

Represents the "monitors" field in the additional information dialog.

public int Monitors { get; set; }

Property Value

int

OfficeVersion

Represents the "office version" field in the additional information dialog.

public string OfficeVersion { get; set; }

Property Value

string

PostalCode

Represents the "postal code" field in the signature details dialog.

public string PostalCode { get; set; }

Property Value

string

SignatureComments

Represents the "signature comments" field in the "sign" dialog.

public string SignatureComments { get; set; }

Property Value

string

StateOrProvince

Represents the "state or province" field in the signature details dialog.

public string StateOrProvince { get; set; }

Property Value

string

VerticalResolution

Represents the "vertical resolution" field in the additional information dialog.

public int VerticalResolution { get; set; }

Property Value

int

WindowsVersion

Represents the "windows version" field in the additional information dialog.

public string WindowsVersion { get; set; }

Property Value

string