Click or drag to resize

DeviceUtilGetMediaInformation Method

Returns a List of the printer's installed media information.

Namespace:  Zebra.Sdk.Card.Device
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
List<MediaInfo> GetMediaInformation()

Return Value

Type: ListMediaInfo
A List of MediaInfo instance/s populated with the printer's installed media information.
Exceptions
ExceptionCondition
ConnectionExceptionIf there is an error communicating with the printer.
SettingsExceptionIf an error occurs while retrieving the installed media information.
ZebraCardExceptionIf the device is busy.
See Also