Skip to main content

class Wacom::Kiosk::UI::Parsers::Shared::SignatureImageConfig

Summary

MembersDescriptions
{property} int DPIImage resolution in dots-per-inch
{property} int WidthWidth, in pixels, of image
{property} int HeightHeight, in pixels, of image
{property} float InkWidthWidth of ink
{property} string InkColorInk color (as hex color value string)
{property} string BackgroundColorBackground color (as hex color value string)
{property} bool TransparentTrue 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