Public Member Functions | |
Label (string name) | |
void | AddObject (object addObject) |
Add object that can be converted to printer language syntax. | |
void | AddRawContent (string rawContent) |
Raw content added to label for cases where custom content needs to be added. More... | |
override string | ToString () |
Returns the string that can be sent to printer. | |
Properties | |
string | Name [get, set] |
void UniPRT.Sdk.LabelMaker.TSPL.Label.AddRawContent | ( | string | rawContent | ) |
Raw content added to label for cases where custom content needs to be added.
Adding raw content allows adding of printer language commands or other features that may not be available.
No formatting of content is done. Caller responsible for making sure content follows printer language syntax.
Implements UniPRT.Sdk.LabelMaker.Interfaces.ILabel.