OXPSSignatureDefinitionType Class
Inheritance
System.Object
OXPSSignatureDefinitionType
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.XPS
Assembly: Syncfusion.Pdf.Base.dll
Syntax
public class OXPSSignatureDefinitionType
Constructors
OXPSSignatureDefinitionType()
Declaration
public OXPSSignatureDefinitionType()
Properties
Intent
Declaration
public string Intent { get; set; }
Property Value
Type |
---|
System.String |
lang
Declaration
public string lang { get; set; }
Property Value
Type |
---|
System.String |
SignBy
Declaration
public DateTime SignBy { get; set; }
Property Value
Type |
---|
System.DateTime |
SignBySpecified
Declaration
public bool SignBySpecified { get; set; }
Property Value
Type |
---|
System.Boolean |
SignerName
Declaration
public string SignerName { get; set; }
Property Value
Type |
---|
System.String |
SigningLocation
Declaration
public string SigningLocation { get; set; }
Property Value
Type |
---|
System.String |
SpotID
Declaration
public string SpotID { get; set; }
Property Value
Type |
---|
System.String |
SpotLocation
Declaration
public OXPSSpotLocationType SpotLocation { get; set; }
Property Value
Type |
---|
OXPSSpotLocationType |