Specifies the full coverage print type for Overlay 'O' and Laminate 'L' ribbon panels.
Namespace:
Zebra.Sdk.Card.Enumerations
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax Public Enumeration FillType
public enum class FillType
Members
| Member name | Value | Description |
---|
| None | -1 |
Generates no fill.
|
| Fill | 1 |
Generates rectangular fill.
|
| FillMag | 2 |
Generates rectangular fill with non-printing block inserted in fill to prevent printing over the magnetic stripe.
|
| FillSmartCard | 3 |
Generates rectangular fill with non-printing block inserted in fill to prevent printing over the smart card contacts.
|
| FillRounded | 4 |
Generates rectangular fill with rounded corners.
|
| FillRoundedMag | 5 |
Generates rectangular fill with rounded corners with non-printing block inserted in fill to prevent printing over the magnetic stripe.
|
| FillRoundedSmartCard | 6 |
Generates rectangular fill with rounded corners with non-printing block inserted in fill to prevent printing over the smart card contacts.
|
Remarks See Also