SignatureOptions Members
Contains settings for an XRPdfSignature control.Constructors
Name | Description |
---|---|
SignatureOptions(XRPdfSignature) | Initializes a new instance of the SignatureOptions class with specified settings. |
Properties
Name | Description |
---|---|
DisplayDocumentSignature | Gets or sets whether the XRPdfSignature control should display the document signature when a report is exported to PDF. |
ImageDisplayMode | Gets or sets whether an XRPdfSignature control should show the signature image. |
ShowCaptions | Gets or sets whether to show captions for an XRPdfSignature control’s options (certificate name, distinguished name, location, date, and reason). |
ShowCertificateName | Gets or sets whether to show the certificate name in an XRPdfSignature control. |
ShowDistinguishedName | Gets or sets whether to show the distinguished name in an XRPdfSignature control. |
ShowLocation | Gets or sets whether to show the location in an XRPdfSignature control. |
ShowSignatureDate | Gets or sets whether to show the signature date in an XRPdfSignature control. |
ShowSignatureReason | Gets or sets whether to show the signature reason in an XRPdfSignature control. |
Methods
Name | Description |
---|---|
Equals(Object, Object) static | Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also