Gets or sets whether the item should be cached in the printer's memory. An item cannot be cached if it's bound to some data source field through the DataField property. Default value is false
Namespace: Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 6.0.3500.0 (6.0.3515.430)
Syntax
C# |
---|
public bool UseCache { get; set; } |
Visual Basic |
---|
Public Property UseCache As Boolean Get Set |
Visual C++ |
---|
public: property bool UseCache { bool get (); void set (bool value); } |
Property Value
Type: BooleanRemarks
An item should be cached if it displays fixed or static content, for instance, items which display company logos, industry symbols, text messages, etc. By caching this kind of items, you will get a better printing performance.