CheckImageClear Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enumerates the possible values for how an image file is to be located.
public enum CheckImageClear
type CheckImageClear =
Public Enum CheckImageClear
- Inheritance
-
CheckImageClear
Fields
Name | Value | Description |
---|---|---|
All | 1 | Clears all images in the device. |
FileId | 2 | Locates the file to be cleared using the FileID property value. |
FileIndex | 3 | Locates the file to be cleared using the FileIndex property value. |
ImageTagData | 4 | Locates the file to be cleared using the ImageTagData property value. |