class Wacom::Kiosk::UI::Parsers::Shared::SignatureImageConfig
Summary
| Members | Descriptions |
|---|---|
{property} int DPI | Image resolution in dots-per-inch |
{property} int Width | Width, in pixels, of image |
{property} int Height | Height, in pixels, of image |
{property} float InkWidth | Width of ink |
{property} string InkColor | Ink color (as hex color value string) |
{property} string BackgroundColor | Background color (as hex color value string) |
{property} bool Transparent | True for transparent background |
Members
{property} int DPI
Image resolution in dots-per-inch
Use either DPI or Width and Height
{property} int Width
Width, in pixels, of image
{property} int Height
Height, in pixels, of image
{property} float InkWidth
Width of ink
{property} string InkColor
Ink color (as hex color value string)
{property} string BackgroundColor
Background color (as hex color value string)
Ignored if Transparent is true
{property} bool Transparent
True for transparent background
Generated by Moxygen