ZebraPrinterLinkOs Methods | 
          
The ZebraPrinterLinkOs type exposes the following members.
| Name | Description | |
|---|---|---|
| Calibrate | 
            Sends the appropriate calibrate command to the printer.
              (Inherited from ToolsUtil.) | |
| ConfigureAlert | 
            Configures an alert to be triggered when the alert's condition occurs or becomes resolved.
              (Inherited from AlertProvider.) | |
| ConfigureAlerts | 
            Configures a list of alerts to be triggered when their conditions occur or become resolved.
              (Inherited from AlertProvider.) | |
| CreateBackup | 
            Save a backup of your printer's settings, alerts, and files for later restoration.
              (Inherited from ProfileUtil.) | |
| CreateProfile(Stream) | 
            Create a profile of your printer's settings, alerts, and files for cloning to other printers.
              (Inherited from ProfileUtil.) | |
| CreateProfile(String) | 
            Create a profile of your printer's settings, alerts, and files for cloning to other printers.
              (Inherited from ProfileUtil.) | |
| DeleteFile | 
            Deletes the file from the printer. The filePath may also contain wildcards.
              (Inherited from FileUtilLinkOs.) | |
| DownloadTteFont(Stream, String) | 
            Adds a TrueType® font to a profile and stores it at the specified path as a TrueType® extension (TTE).
              (Inherited from FontUtil.) | |
| DownloadTteFont(String, String) | 
            Adds a TrueType® font file to a profile and stores it at the specified path as a TrueType® extension (TTE).
              (Inherited from FontUtil.) | |
| DownloadTtfFont(Stream, String) | 
            Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
              (Inherited from FontUtil.) | |
| DownloadTtfFont(String, String) | 
            Adds a TrueType® font file to a profile and stores it at the specified path as a TTF.
              (Inherited from FontUtil.) | |
| GetAllSettings | 
            Retrieve all settings and their attributes.
              (Inherited from SettingsProvider.) | |
| GetAllSettingValues | 
            Retrieves all of the device's setting values.
              (Inherited from SettingsProvider.) | |
| GetAvailableSettings | 
            Retrieve all of the setting identifiers for a device.
              (Inherited from SettingsProvider.) | |
| GetConfiguredAlerts | 
            A list of objects detailing the alert configuration of a printer.
              (Inherited from AlertProvider.) | |
| GetCurrentStatus | 
            Returns a new instance of PrinterStatus that can be used to determine the status of a printer.
              (Inherited from ZebraPrinter.) | |
| GetObjectFromPrinter(String) | 
            Retrieves a file from the printer's file system and returns the contents of that file as a byte array.
              (Inherited from FileUtilLinkOs.) | |
| GetObjectFromPrinter(Stream, String) | 
            Retrieves a file from the printer's file system and writes the contents of that file to destinationStream.
              (Inherited from FileUtilLinkOs.) | |
| GetObjectFromPrinterViaFtp(String, String) | 
            Retrieves a file from the printer's file system via FTP and returns the contents of that file as a byte array.
              (Inherited from FileUtilLinkOs.) | |
| GetObjectFromPrinterViaFtp(Stream, String, String) | 
            Retrieves a file from the printer's file system via FTP and writes the contents of that file to destinationStream.
              (Inherited from FileUtilLinkOs.) | |
| GetPortStatus | 
            Retrieve the TCP port status of the printer and returns a list of TcpPortStatus describing the open ports on the printer.
              | |
| GetPrinterDownloadableObjectFromPrinter | 
            Retrieves a file from the printer's file system and returns the contents of that file as a byte array including
            all necessary file wrappers for redownloading to a Zebra printer.
              (Inherited from FileUtilLinkOs.) | |
| GetSettingRange | 
            Retrieves the allowable range for a setting.
              (Inherited from SettingsProvider.) | |
| GetSettingsValues | 
            Retrieves the device's setting values for a list of setting IDs.
              (Inherited from SettingsProvider.) | |
| GetSettingType | 
            Returns the data type of the setting.
              (Inherited from SettingsProvider.) | |
| GetSettingValue | 
            Retrieves the device's setting value for a setting id.
              (Inherited from SettingsProvider.) | |
| GetStorageInfo | 
            Retrieves storage information for all of the printer's available drives.
              (Inherited from FileUtilLinkOs.) | |
| GetVariableFields | 
            Returns a list of descriptors of the variable fields in this format.
              (Inherited from FormatUtil.) | |
| IsSettingReadOnly | 
            Returns true if the setting is read only.
              (Inherited from SettingsProvider.) | |
| IsSettingValid | 
            Returns true if value is valid for the given setting.
              (Inherited from SettingsProvider.) | |
| IsSettingWriteOnly | 
            Returns true if the setting is write only.
              (Inherited from SettingsProvider.) | |
| LoadBackup(String) | 
            Takes settings, alerts, and files from a backup, and applies them to a printer.
              (Inherited from ProfileUtil.) | |
| LoadBackup(String, Boolean) | 
            Takes settings, alerts, and files from a backup, and applies them to a printer.
              (Inherited from ProfileUtil.) | |
| LoadProfile(String) | 
            Takes settings, alerts, and files from a profile, and applies them to a printer.
              (Inherited from ProfileUtil.) | |
| LoadProfile(String, FileDeletionOption, Boolean) | 
            Takes settings, alerts, and files from a profile, and applies them to a printer.
              (Inherited from ProfileUtil.) | |
| PrintConfigurationLabel | 
            Sends the appropriate print configuration command to the printer.
              (Inherited from ToolsUtil.) | |
| PrintDirectoryLabel | 
            Send the print directory label command to the printer.
              (Inherited from ToolsUtilLinkOs.) | |
| PrintImage(String, Int32, Int32) | 
            Prints an image from the connecting device file system to the connected device as a monochrome image.
              (Inherited from GraphicsUtil.) | |
| PrintImage(String, Int32, Int32, Int32, Int32, Boolean) | 
            Prints an image from the connecting device file system to the connected device as a monochrome image.
              (Inherited from GraphicsUtil.) | |
| PrintImage(ZebraImageI, Int32, Int32, Int32, Int32, Boolean) | 
            Prints an image to the connected device as a monochrome image.
              (Inherited from GraphicsUtil.) | |
| PrintNetworkConfigurationLabel | 
            Send the print network configuration command to the printer.
              (Inherited from ToolsUtilLinkOs.) | |
| PrintStoredFormat(String, DictionaryInt32, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionary.
              (Inherited from FormatUtil.) | |
| PrintStoredFormat(String, String) | 
            Prints a stored format on the printer, filling in the fields specified by the array.
              (Inherited from FormatUtil.) | |
| PrintStoredFormat(String, DictionaryInt32, String, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionary.
              (Inherited from FormatUtil.) | |
| PrintStoredFormat(String, String, String) | 
            Prints a stored format on the printer, filling in the fields specified by the array.
              (Inherited from FormatUtil.) | |
| PrintStoredFormatWithVarGraphics(String, DictionaryInt32, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionary.
              (Inherited from FormatUtilLinkOs.) | |
| PrintStoredFormatWithVarGraphics(String, DictionaryInt32, String, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionary.
              (Inherited from FormatUtilLinkOs.) | |
| PrintStoredFormatWithVarGraphics(String, DictionaryInt32, ZebraImageI, DictionaryInt32, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionaries.
              (Inherited from FormatUtilLinkOs.) | |
| PrintStoredFormatWithVarGraphics(String, DictionaryInt32, ZebraImageI, DictionaryInt32, String, String) | 
            Prints a stored format on the printer, filling in the fields specified by the Dictionaries.
              (Inherited from FormatUtilLinkOs.) | |
| ProcessSettingsViaMap | 
            Change or retrieve printer settings. 
              (Inherited from SettingsProvider.) | |
| RemoveAlert | 
            Removes a configured alert from a printer. They may be reconfigured via the configureAlert(s) methods.
              (Inherited from AlertProvider.) | |
| RemoveAllAlerts | 
            Removes all alerts currently configured on a printer. They may be reconfigured via the configureAlert(s) methods.
              (Inherited from AlertProvider.) | |
| Reset | 
            Sends the appropriate reset command to the printer.
              (Inherited from ToolsUtil.) | |
| ResetNetwork | 
            Sends the network reset command to the printer.
              (Inherited from ToolsUtilLinkOs.) | |
| RestoreDefaults | 
            Sends the appropriate restore defaults command to the printer.
              (Inherited from ToolsUtil.) | |
| RestoreNetworkDefaults | 
            Send the restore network defaults command to the printer.
              (Inherited from ToolsUtilLinkOs.) | |
| RetrieveFileNames | 
            Retrieves the names of the files which are stored on the device.
              (Inherited from FileUtil.) | |
| RetrieveFileNames(String) | 
            Retrieves the names of the files which are stored on the device.
              (Inherited from FileUtil.) | |
| RetrieveFormatFromPrinter(String) | 
            Retrieves a format from the printer.
              (Inherited from FormatUtil.) | |
| RetrieveFormatFromPrinter(Stream, String) | 
            Retrieves a format from the printer.
              (Inherited from FormatUtil.) | |
| RetrieveObjectsProperties | 
            Retrieves the properties of the objects which are stored on the device.
              (Inherited from FileUtil.) | |
| SendCommand(String) | 
            Converts the specified command to bytes using the default charset and sends the bytes to the printer.
              (Inherited from ToolsUtil.) | |
| SendCommand(String, String) | 
            Converts the specified command to bytes using the specified charset "encoding" and sends the bytes to the
            printer.
              (Inherited from ToolsUtil.) | |
| SendFileContents(String) | 
            Sends the contents of a file to the device.
              (Inherited from FileUtil.) | |
| SendFileContents(String, ProgressMonitor) | 
            Sends the contents of a file to the device.
              (Inherited from FileUtil.) | |
| SetClock | 
            Set the RTC time and date on the printer.
              (Inherited from ToolsUtilLinkOs.) | |
| SetConnection | 
            Changes the printer's connection.
              (Inherited from ZebraPrinter.) | |
| SetSetting | 
            Sets the setting to the given value.
              (Inherited from SettingsProvider.) | |
| SetSettings | 
            Set more than one setting.
              (Inherited from SettingsProvider.) | |
| StoreFileOnPrinter(String) | 
            Stores the file on the printer using any required file wrappers.
              (Inherited from FileUtilLinkOs.) | |
| StoreFileOnPrinter(Byte, String) | 
            Stores a file on the printer named fileNameOnPrinter with the file contents from 
            fileContents using any required file wrappers.
              (Inherited from FileUtilLinkOs.) | |
| StoreFileOnPrinter(String, String) | 
            Stores the file on the printer at the specified location and name using any required file wrappers.
              (Inherited from FileUtilLinkOs.) | |
| StoreImage(String, String, Int32, Int32) | 
            Stores the specified image to the connected printer as a monochrome image.
              (Inherited from GraphicsUtil.) | |
| StoreImage(String, ZebraImageI, Int32, Int32) | 
            Stores the specified image to the connected printer as a monochrome image.
              (Inherited from GraphicsUtil.) | |
| UpdateFirmware(String, FirmwareUpdateHandler) | 
            Update firmware on the printer using the default timeout of 10 minutes.
              (Inherited from FirmwareUpdaterLinkOs.) | |
| UpdateFirmware(String, Int64, FirmwareUpdateHandler) | 
            Update firmware on the printer using the specified timeout.
              (Inherited from FirmwareUpdaterLinkOs.) | |
| UpdateFirmwareUnconditionally(String, FirmwareUpdateHandler) | 
            Update firmware on the printer, using the default timeout of 10 minutes, regardless of the firmware version
            currently on the printer.
              (Inherited from FirmwareUpdaterLinkOs.) | |
| UpdateFirmwareUnconditionally(String, Int64, FirmwareUpdateHandler) | 
            Update firmware on the printer, using the specified timeout, regardless of the firmware version 
            currently on the printer.
              (Inherited from FirmwareUpdaterLinkOs.) |