Click or drag to resize

GraphicsInfo Class

Class for specifying the graphics information used during printing.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersGraphicsInfo

Namespace:  Zebra.Sdk.Card.Containers
Assembly:  SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax
public class GraphicsInfo

The GraphicsInfo type exposes the following members.

Constructors
  NameDescription
Public methodGraphicsInfo
Initializes a new instance of the GraphicsInfo class
Top
Properties
  NameDescription
Public propertyFillColor
Background fill color.
Public propertyGraphicData
Bitmap image data.
Public propertyGraphicType
Type of GraphicType}.
Public propertyOpacity
Opacity value - meaningful only with multiple bitmaps of the same PrintType.
Public propertyOverprint
Applies to UV PrintType only.
Public propertyPreheat
Sets the amount of baseline energy used on the non-printed (white areas) of the card.
Public propertyPrintType
Type of graphics information (color, mono, etc.).
Public propertySide
Card side to print on.
Public propertyXOffset
X-offset (pixels) from origin 0, 0.
Public propertyYOffset
Y-offset (pixels) from origin 0, 0.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also