It sets the type of media used (continuous or non-continuous) for purposes of tracking.
Namespace:
Neodynamic.SDK.PrintingAssembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 2.0.2000.0 (2.0.2000.0)
Syntax
C# |
---|
public static void SetMediaTracking( MediaTracking mediaTracking ) |
Visual Basic (Declaration) |
---|
Public Shared Sub SetMediaTracking ( _ mediaTracking As MediaTracking _ ) |
Visual C++ |
---|
public: static void SetMediaTracking( MediaTracking mediaTracking ) |
Parameters
- mediaTracking
- Type: Neodynamic.SDK.Printing..::.MediaTracking
The media to use (continuous or non-continuous) for purposes of tracking.
Remarks
The types of media can be categorized as follows:
- Continuous Media: this media has no physical characteristic (web, notch, perforation, mark, et cetera) to separate labels. The Label length is determined by the height property of a ThermalLabel object. - Non-continuous Media: this media has some type of physical characteristic (web, notch, perforation, mark, et cetera) to separate the labels.