Click or drag to resize

JobConfigInfo Class

Class for configuring a print job's settings.
Inheritance Hierarchy
SystemObject
  Zebra.Sdk.Card.ContainersJobConfigInfo

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

The JobConfigInfo type exposes the following members.

Constructors
  NameDescription
Public methodJobConfigInfo
Initializes a new instance of the JobConfigInfo class
Top
Properties
  NameDescription
Public propertyCardDestination
Card destination.
Public propertyCardSource
Card source location.
Public propertyCardThickness
Thickness of cards (mil).
Public propertyCardType
Card type.
Public propertyDataSource
The data source for the specified mag or barcode read operation.
Public propertyDeleteAfter
Indicates whether all image data should be deleted following job completion.
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