Click or drag to resize

CardTypeInfo Class

Class for getting and/or setting card type information.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersCardTypeInfo

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

The CardTypeInfo type exposes the following members.

Constructors
  NameDescription
Public methodCardTypeInfo
Default constructor.
Top
Properties
  NameDescription
Public propertyCoercivity
Magnetic stripe coercivity type ("high" or "low").
Public propertyContactEncode
True if contact tag present.
Public propertyContactlessEncode
True if contactless tag present.
Public propertyDescription
Card Description.
Public propertyLaminatorAdjustments
Laminator adjustment values.
Public propertyMagStripe
True if magnetic stripe present.
Public propertyPartNumber
Zebra part number for card.
Public propertyThickness
Card thickness (mils).
Public propertyTransferSpeeds
Film transfer speed.
Public propertyTransferTemps
Film transfer temperatures.
Public propertyType
If custom card, specifies 0 - CUSTOM_CARD_1 or 1 - CUSTOM_CARD_2.
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
Remarks
For ZMotif Series re-transfer printers only.
See Also