<< 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 >SetImageAlign |
Sets the image position and alignment.
Prototype :
void SetImageAlign
(
string ImageAlign
)
Arguments :
ImageAlign |
refer to ImageAlignmentConst |
Reference :
The drawing type must be the image.
Example :
//string
This.SetImageAlign("Center");
//constant
This.SetImageAlign(ImageAlignmentConst.Center);
Available Events :
OnAddToPage, OnBind, OnClick, OnEndBind, OnInitialize, OnStartBind
See also :