class Wacom::Kiosk::Message::Shared::OpenSignatureMessage
class Wacom::Kiosk::Message::Shared::OpenSignatureMessage
: public Wacom.Kiosk.Message.Shared.AbstractDocumentMessage
Message to open the signature view on the tablet.
Summary
| Members | Descriptions |
|---|---|
{property} SignatureConfig SignatureConfig | Gets the signature configuration. |
{property} string SignatureBase64BackgroundImage | The background image in Base64 string format. |
{property} Dictionary< string, string > ExtraData | Dictionary for adding ExtraData to the signature like with the hash in the past |
{property} bool FromDocument | Gets a value indicating whether [from document]. |
{property} Hash SignedDataHash | |
public inline OpenSignatureMessage(KioskClient sender) | |
public inline OpenSignatureMessage WithExtraData(Dictionary< string, string > extraData) | Sets the extradata dictionary |
public inline OpenSignatureMessage WithSignedDataHash(Hash hash) | #### Parameters |
public inline OpenSignatureMessage WithDefinition(string XAML) | Fluent sets the definition. |
public inline OpenSignatureMessage WithConfig(SignatureConfig config) | Fluent sets the configuration. |
public inline OpenSignatureMessage WithFromDocument(bool fromDocument) | With from document. |
public inline OpenSignatureMessage WithBackgroundImage(string base64Image) | Fluent sets the background image. |
Members
{property} SignatureConfig SignatureConfig
Gets the signature configuration.
The signature configuration.
{property} string SignatureBase64BackgroundImage
The background image in Base64 string format.
{property} Dictionary< string, string > ExtraData
Dictionary for adding ExtraData to the signature like with the hash in the past
{property} bool FromDocument
Gets a value indicating whether [from document].
true if [from document]; otherwise, false.
{property} Hash SignedDataHash
public inline OpenSignatureMessage(KioskClient sender)
public inline OpenSignatureMessage WithExtraData(Dictionary< string, string > extraData)
Sets the extradata dictionary
Parameters
extraDataThe dictionary.
Returns
public inline OpenSignatureMessage WithSignedDataHash(Hash hash)
Parameters
hashThe hash type and value
Returns
public inline OpenSignatureMessage WithDefinition(string XAML)
Fluent sets the definition.
Parameters
XAMLThe xaml.
Returns
public inline OpenSignatureMessage WithConfig(SignatureConfig config)
Fluent sets the configuration.
Parameters
configThe configuration.
Returns
public inline OpenSignatureMessage WithFromDocument(bool fromDocument)
With from document.
Parameters
fromDocumentif set totrue[from document].
Returns
public inline OpenSignatureMessage WithBackgroundImage(string base64Image)
Fluent sets the background image.
Parameters
base64Imagethe Base64 representation of the image.