Skip to main content

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

MembersDescriptions
{property} SignatureConfig SignatureConfigGets the signature configuration.
{property} string SignatureBase64BackgroundImageThe background image in Base64 string format.
{property} Dictionary< string, string > ExtraDataDictionary for adding ExtraData to the signature like with the hash in the past
{property} bool FromDocumentGets 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

  • extraData The dictionary.

Returns

public inline OpenSignatureMessage WithSignedDataHash(Hash hash)

Parameters

  • hash The hash type and value

Returns

public inline OpenSignatureMessage WithDefinition(string XAML)

Fluent sets the definition.

Parameters

  • XAML The xaml.

Returns

public inline OpenSignatureMessage WithConfig(SignatureConfig config)

Fluent sets the configuration.

Parameters

  • config The configuration.

Returns

public inline OpenSignatureMessage WithFromDocument(bool fromDocument)

With from document.

Parameters

  • fromDocument if set to true [from document].

Returns

public inline OpenSignatureMessage WithBackgroundImage(string base64Image)

Fluent sets the background image.

Parameters

  • base64Image the Base64 representation of the image.

Returns