Skip to main content

class Wacom::Kiosk::UI::Parsers::Shared::Config

Summary

MembersDescriptions
{property} bool UseNamedPipeGets or sets the flag for enabling Named Pipe communication
{property} string DefaultDocumentFileNameGets or sets the default name of the document file.
{property} string ServerEndpointThe Kiosk server endpoint IP address.
{property} bool SecureCommunicationFlag to determine if the application should look for a certificate to secure communication
{property} bool UseLocalCertificateFlag to determine if certificate should be loaded from certificate store
{property} string ClientCertificatePath to PFX file used for this Client instance
{property} string ClientCertificatePasswordPassword for this Client instance Certificate
{property} int TcpPortGets or sets the TCP port.
{property} bool HasSteppingGets or sets a value indicating whether this instance has stepping.
{property} bool HasThumbnailGets or sets a value indicating whether this instance has thumbnail.
{property} double ZoomingFactorGets or sets the zooming factor.
{property} string WindowBgColorGets or sets the Background color for the window.
{property} string ControlBorderBrushGets or sets the control border brush.
{property} double ControlBorderThicknessGets or sets the control border thickness.
{property} MirroringConfig MirroringConfigGets or sets the mirroring configuration.
{property} IdleConfig IdleConfigGets or sets the idle configuration.
{property} DocumentViewConfig DocumentViewConfigGets or sets the document view configuration.
{property} SignatureViewConfig SignatureViewConfigGets or sets the signature view configuration.
{property} KeyboardLayoutConfig KeyboardLayoutConfigGets or sets the keyboard layout configuration
{property} string[] TrustedServersGets or sets public keys for identifying whitelisted server instances
{property} string ClientCertificateThumbprintGets or sets certificate thumbprint for client side certifiacte that enables ssl for tcp connection or message encryption for named pipes
{property} int TabletWindowCheckIntervalGets or sets interval in seconds to check there are no windows other than Kiosk on the tablet
{property} int TabletWindowRemoverMarginGets or sets margin for tablet window remover
{property} FatalErrorMessageBox FatalErrorMessageBoxGets or sets option controling display of MessageBox in the event of a fatal error
{property} string TabletScreenMappingGets or sets a value indicating which screen belongs to the Wacom tablet
{property} string BrowserCachePathGets or sets path to folder for browser cache

Members

{property} bool UseNamedPipe

Gets or sets the flag for enabling Named Pipe communication

{property} string DefaultDocumentFileName

Gets or sets the default name of the document file.

The default name of the document file.

{property} string ServerEndpoint

The Kiosk server endpoint IP address.

{property} bool SecureCommunication

Flag to determine if the application should look for a certificate to secure communication

{property} bool UseLocalCertificate

Flag to determine if certificate should be loaded from certificate store

{property} string ClientCertificate

Path to PFX file used for this Client instance

{property} string ClientCertificatePassword

Password for this Client instance Certificate

{property} int TcpPort

Gets or sets the TCP port.

The TCP port.

{property} bool HasStepping

Gets or sets a value indicating whether this instance has stepping.

true if this instance has stepping; otherwise, false.

{property} bool HasThumbnail

Gets or sets a value indicating whether this instance has thumbnail.

true if this instance has thumbnail; otherwise, false.

{property} double ZoomingFactor

Gets or sets the zooming factor.

The zooming factor.

{property} string WindowBgColor

Gets or sets the Background color for the window.

The Window background color.

{property} string ControlBorderBrush

Gets or sets the control border brush.

The control border brush.

{property} double ControlBorderThickness

Gets or sets the control border thickness.

The control border thickness.

{property} MirroringConfig MirroringConfig

Gets or sets the mirroring configuration.

The mirroring configuration.

{property} IdleConfig IdleConfig

Gets or sets the idle configuration.

The idle configuration.

{property} DocumentViewConfig DocumentViewConfig

Gets or sets the document view configuration.

The document view configuration.

{property} SignatureViewConfig SignatureViewConfig

Gets or sets the signature view configuration.

The signature view configuration.

{property} KeyboardLayoutConfig KeyboardLayoutConfig

Gets or sets the keyboard layout configuration

{property} string[] TrustedServers

Gets or sets public keys for identifying whitelisted server instances

{property} string ClientCertificateThumbprint

Gets or sets certificate thumbprint for client side certifiacte that enables ssl for tcp connection or message encryption for named pipes

{property} int TabletWindowCheckInterval

Gets or sets interval in seconds to check there are no windows other than Kiosk on the tablet

0 (default) to disable checking

{property} int TabletWindowRemoverMargin

Gets or sets margin for tablet window remover

10 (default)

{property} FatalErrorMessageBox FatalErrorMessageBox

Gets or sets option controling display of MessageBox in the event of a fatal error

{property} string TabletScreenMapping

Gets or sets a value indicating which screen belongs to the Wacom tablet

For use in remote/virtual environments where Kiosk may not be able to identify the Wacom tablet screen

{property} string BrowserCachePath

Gets or sets path to folder for browser cache

"" (default) - cache to AppData%\Wacom\Multidisplay\CEF null - no disk caching (incognito mode) other - path to cache folder