StiPdfDigitalSignatureElement Class

Namespace: Stimulsoft.Report.Components

Inheritance

Inherits from: StiSignature

Constructors

Constructor Description
StiPdfDigitalSignatureElement() Creates a new component of the type StiPdfDigitalSignature.
StiPdfDigitalSignatureElement(RectangleD rect) Creates a new component of the type StiPdfDigitalSignature.

StiPdfDigitalSignatureElement()

Creates a new component of the type StiPdfDigitalSignature.


StiPdfDigitalSignatureElement(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
Appearance StiPdfDigitalSignatureAppearanceType  
BreakWord bool  
Options StiPdfDigitalSignatureAppearanceOptions  
RightToLeft bool  
SignatureDrawBytes byte[]  
SignatureImageBytes byte[]  

Methods

Method Returns Description
LoadFromJsonObject void  
RenderContent StiComponentsCollection  
SaveToJsonObject JObject  

Method Details

LoadFromJsonObject

LoadFromJsonObject(jObject: JObject): void

Parameters


RenderContent

RenderContent(certificate: X509Certificate2, dsReason: string, dsLocation: string): StiComponentsCollection

Parameters

  • certificate (X509Certificate2)
  • dsReason (string)
  • dsLocation (string)

Returns StiComponentsCollection


SaveToJsonObject

SaveToJsonObject(mode: StiJsonSaveMode): JObject

Parameters

Returns JObject