Click or drag to resize

ZebraCardTemplateSetTemplateImageDirectory Method

Sets the directory location for retrieving/storing template image files.

Namespace:  Zebra.Sdk.Card.Job.Template
Assembly:  SdkApi_Card_Desktop (in SdkApi_Card_Desktop.dll) Version: 2.14.1989
Syntax
public void SetTemplateImageDirectory(
	string directoryPath
)

Parameters

directoryPath
Type: SystemString
The directory path for template image files.

Implements

ZebraTemplateSetTemplateImageDirectory(String)
Exceptions
ExceptionCondition
IOExceptionIf there is an error accessing or creating the template image file directory.
ZebraIllegalArgumentExceptionIf the directoryPath is invalid.
See Also