Added support for deep data binding when using POCO (Plain Old CLR Object) through the Item's DataField prop.
Added support for basic HTML markup, allowing styles like color, background-color, font-family, font-weight, font-style, text-decoration and RTL layout through the TextItem class.
Added support for I18N text localization through .NET classes or JSON strings.
Added ScaleX and ScaleY props for scaling text item content in TextItem objects. Only supported when Sizing prop is set to None.
Added the Middle option to the TextVerticalAlignment enum.
Added RightSideVisible, LeftSideVisible, TopSideVisible and BottomSideVisible props to TableShapeItem.
Added DataFieldReplicates prop to ThermalLabel class, allowing the setting of the DataField name from the data source that must be used for specifying the number of replicates for each data source row.
Added ScaleX and ScaleY props to ImageSettings class for allowing to scale the whole label when exporting it to an image format.
Added support for ZPL ^RL command (Lock/Unlock RFID Tag Memory) through the RFIDTagItem's LockMemoryBank & PermaLockMemorySection properties.
Added support for ZPL ^LL command to force label length applied to all media, including Gap and Mark.
Improved ZPL, EPL and FP commands generation under data binding scenario with replicates.
Windows Printing Features
Added PortNumber to UsbDevice class. PrintUtils.GetUsBDevices() will now return that value for each USB device found.
Added support for BiDirectional (a.k.a. BIDI) communication through USB, RS232 Serial COM, Parallel LPT, and TCP/IP ports.
Added scale params to PrintAsGraphic method.
Visual Windows Label Editor Features
Added SnapToItems prop to specify whether the current selected items will be placed according to the edges of nearby items.
Added GuidelineColor prop to specify the visual aid guideline when SnapToItems prop is enabled.
Added support for I18N text localization through .NET classes or JSON strings.
Added the UpdateBaseOnI18N() method to update all the editor strings values based on the current ThermalLabel.I18N object.
Visual Web Editor Features
Added snap_to_items prop to specify whether the current selected item will be placed according to the edges of nearby items.
Added --guidelines-color CSS attribute to specify the visual aid guideline when snap_to_items prop is enabled.
Added support for I18N text localization through .NET classes or JSON strings.