class Wacom::Kiosk::UI::Parsers::Shared::Config
Summary
| Members | Descriptions |
|---|---|
{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. |
{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. |
{property} bool HasStepping | Gets or sets a value indicating whether this instance has stepping. |
{property} bool HasThumbnail | Gets or sets a value indicating whether this instance has thumbnail. |
{property} double ZoomingFactor | Gets or sets the zooming factor. |
{property} string WindowBgColor | Gets or sets the Background color for the window. |
{property} string ControlBorderBrush | Gets or sets the control border brush. |
{property} double ControlBorderThickness | Gets or sets the control border thickness. |
{property} MirroringConfig MirroringConfig | Gets or sets the mirroring configuration. |
{property} IdleConfig IdleConfig | Gets or sets the idle configuration. |
{property} DocumentViewConfig DocumentViewConfig | Gets or sets the document view configuration. |
{property} SignatureViewConfig SignatureViewConfig | Gets or sets 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 |
{property} int TabletWindowRemoverMargin | Gets or sets margin for tablet window remover |
{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 |
{property} string BrowserCachePath | Gets 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