StiPdfDigitalSignature Class
Namespace: Stimulsoft.Report.Components
Inheritance
Inherits from: StiSignature
Constructors
| Constructor | Description |
|---|---|
| StiPdfDigitalSignature() | Creates a new component of the type StiPdfDigitalSignature. |
| StiPdfDigitalSignature(RectangleD rect) | Creates a new component of the type StiPdfDigitalSignature. |
StiPdfDigitalSignature()
Creates a new component of the type StiPdfDigitalSignature.
StiPdfDigitalSignature(rect: RectangleD)
Creates a new component of the type StiPdfDigitalSignature.
Parameters
- rect (RectangleD) — The rectangle describes size and position of the component.
Properties
| Property | Type | Description |
|---|---|---|
| Placeholder | string | |
| SignatureImageBytes | byte[] |
Methods
| Method | Returns | Description |
|---|---|---|
| LoadFromJsonObject | void | |
| SaveToJsonObject | JObject |
Method Details
LoadFromJsonObject
LoadFromJsonObject(jObject: JObject): void
Parameters
- jObject (JObject)
SaveToJsonObject
SaveToJsonObject(mode: StiJsonSaveMode): JObject
Parameters
- mode (StiJsonSaveMode)
Returns JObject