<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > GanttChart > GanttChartBarValue > Method >SetPDF417ImageAlign |
Sets the image alignment of PDF417 barcode.
Prototype :
void SetPDF417ImageAlign
(
string PDF417ImageAlign
)
Arguments :
PDF417ImageAlign |
refer to ImageAlignmentConst |
Reference :
The drawing type must be 'PDF417'.
Example :
//string
This.SetPDF417ImageAlign("Center");
//constant
This.SetPDF417ImageAlign(ImageAlignmentConst.Center);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :