Click or drag to resize

ZebraImageI Interface

Contains methods used to query attributes of an image formatted for a Zebra printer.

Namespace:  Zebra.Sdk.Graphics
Assembly:  SdkApi_Core (in SdkApi_Core.dll) Version: 2.14.1869
Syntax
public interface ZebraImageI : IDisposable

The ZebraImageI type exposes the following members.

Properties
  NameDescription
Public propertyHeight
Gets the image's height in pixels.
Public propertyWidth
Gets the image's width in pixels.
Top
Methods
  NameDescription
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Top
See Also