ImageTag.operator byte Method
Definition
Namespace: P1.ImageSdk
Explicit operator converting a ImageTag to a byte. Requires that the ImageTag is type byte. If not, an SdkException is thrown with the error-code kErrorPropertyTypeInvalid.
public static static operator byte(ImageTag tag);
Parameters:
tag |
The tag to get byte value from |