TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ImagePicker > Method >

 

SetImagePickMode

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : OZ e-Form Extension > OZ e-Form JavaScript API > Input > ImagePicker > Method >

 

SetImagePickMode

 

 

Sets the image pick mode.

 

 

 

Prototype :

 

void SetImagePickMode

(

       string ImagePickMode

)

 

 

 

Arguments :

 

ImagePickMode

refer to ImagePickModeConst

 

 

 

Example :

 

//string

  This.SetImagePickMode("Seal");

 

//constant

  This.SetImagePickMode(ImagePickModeConst.Seal);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnClick,  OnEndBind,  OnInitialize,  OnStartBind,  OnValueChanged

 

 

 

See also :

 

ImagePickModeConst