How do I set the resolution of a signature file or an image file ?
The resolution of a signature file or image file is normally set by default upon software installation to match the resolution of the tablet being used. To reduce the resolution of an image file, use the ImageXSize and ImageYSize properties to directly set the resolution of the image file. We recommend that the aspect ratio of the image file match the aspect ratio of the control. Normally, with the SignatureGem tablet settings, you would get a bitmap resolution of 2000 x 600, which are the LogicalX and Y values. To reduce the resolution by a factor of 2, you would use: SigPlus1.ImageXSize = 1000 SigPlus1.ImageYSize = 300 ImageSize Defaults to 0, which links image size to equal LogicalYSize value.