StiElectronicSignature Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiSignature
Constructors
| Constructor | Description |
|---|---|
| StiElectronicSignature() | Creates a new component of the type StiElectronicSignature. |
| StiElectronicSignature(RectangleD rect) | Creates a new component of the type StiElectronicSignature. |
StiElectronicSignature()
Creates a new component of the type StiElectronicSignature.
StiElectronicSignature(rect: RectangleD)
Creates a new component of the type StiElectronicSignature.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
Properties
| Property | Type | Description |
|---|---|---|
| AllowCleanSignature | bool | |
| AlreadySigned | bool | |
| Description | IStiSignatureDescription | |
| Draw | IStiSignatureDraw | |
| Icon | IStiSignatureIcon | |
| Image | IStiSignatureImage | |
| Mode | StiSignatureMode | |
| Text | IStiSignatureText | |
| Type | IStiSignatureType |
Methods
| Method | Returns | Description |
|---|---|---|
| Clone | object | Creates a new object that is a copy of the current instance. |
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
Clone
Clone(cloneProperties: bool): object
Creates a new object that is a copy of the current instance.
Parameters
- cloneProperties (bool)
Returns object — A new object that is a copy of this instance.
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject