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: 3.0.3271
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
(Inherited from IDisposable)
Top
See Also