<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : OZ e-Form Extension > OZ e-Form JavaScript API > FixedTableInput > FixedTableSignPad > Method >SetSignImageFormat |
Sets the signature image format.
Prototype :
void SetSignImageFormat
(
string SignImageFormat
)
Arguments :
SignImageFormat |
Refer to SignImageFormatConst |
Example :
//string
This.SetSignImageFormat("BMP_1bit");
//constant
This.SetSignImageFormat(SignImageFormatConst.BMP_1bit);
Available Events :
All Events
See also :