Class SignatureDefinitionType
Inheritance
System.Object
SignatureDefinitionType
Assembly: Syncfusion.XpsToPdfConverter.Portable.dll
Syntax
public class SignatureDefinitionType : Object
Constructors
SignatureDefinitionType()
Declaration
public SignatureDefinitionType()
Properties
Intent
Declaration
public string Intent { get; set; }
Property Value
Type |
Description |
System.String |
|
lang
Declaration
public string lang { get; set; }
Property Value
Type |
Description |
System.String |
|
SignBy
Declaration
public DateTime SignBy { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
SignBySpecified
Declaration
public bool SignBySpecified { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
SignerName
Declaration
public string SignerName { get; set; }
Property Value
Type |
Description |
System.String |
|
SigningLocation
Declaration
public string SigningLocation { get; set; }
Property Value
Type |
Description |
System.String |
|
SpotID
Declaration
public string SpotID { get; set; }
Property Value
Type |
Description |
System.String |
|
SpotLocation
Declaration
public SpotLocationType SpotLocation { get; set; }
Property Value