Obtained from the VisiLabel
object:
m = VisiLabel.Misc;
The Misc object exposes the rest of the properties of the
VisiLabel object. These are properties which do not fall in the other
categories and are too important to be accessible directly from the
VisiLabel object itself (i.e. they affect the Active Label general behavior
and it is better to avoid changing them in a mistake).
Text command:
The text commands are used to
represent objects and their settings in the saved label data. When the
label is saved or uploaded (see How to Download and Upload)
text commands are generated and packed in the specified format (see Misc.SaveFormat).
The representation of the entire label with its elements can be also
obtained programmatically through VisiLabel.TextCommands
and VisiLabel.ObjectParams.
The commands have simple syntax and can be generated from the
application (just like a HTML output) where appropriate allowing the
developer implement different tasks in any suitable way. The label can
be instantiated from set of text commands (see the list of the different
options to do this). The text commands can be feed into the control
programmatically (see VisiLabel.TextCommands)
or a download can be invoked (see VisiLabel.Src
and VisiLabel.MergeSrc).
The Misc object is represented by the MISC
text command. Members reference:
Remarks:
|