TemplateJobGraphicsData Property
|
A List of GraphicsInfo instances containing details of the images to be printed.
Namespace:
Zebra.Sdk.Card.Containers
Assembly:
SdkApi_Card_Core (in SdkApi_Card_Core.dll) Version: 2.14.1989
Syntax public List<GraphicsInfo> GraphicsData { get; set; }
Public Property GraphicsData As List(Of GraphicsInfo)
Get
Set
public:
property List<GraphicsInfo^>^ GraphicsData {
List<GraphicsInfo^>^ get ();
void set (List<GraphicsInfo^>^ value);
}
Property Value
Type:
ListGraphicsInfoSee Also