Share via


CheckImageLocate Enum

Definition

Enumerates the possible values for how an image file is to be retrieved from memory.

public enum CheckImageLocate
type CheckImageLocate = 
Public Enum CheckImageLocate
Inheritance
CheckImageLocate

Fields

Name Value Description
FileId 1

Locates the file to be cleared by using the FileID property value.

FileIndex 2

Locates the file to be cleared by using the FileIndex property value.

ImageTagData 3

Locates the file to be cleared by using the ImageTagData property value.

Applies to