It sets the type of media used (continuous or non-continuous) for purposes of tracking.

Namespace: Neodynamic.SDK.Printing
Assembly: Neodynamic.SDK.ThermalLabel (in Neodynamic.SDK.ThermalLabel.dll) Version: 5.0.3500.0 (5.0.3500.4)

Syntax

C#
public static void SetMediaTracking(
	MediaTracking mediaTracking
)
Visual Basic
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.

See Also