Click or drag to resize

SequenceUpdateImageValidity Method

Updates a specified image validity directly in the sequence file.

Namespace: LynceeTec.Imaging
Assembly: LynceeTec.Imaging (in LynceeTec.Imaging.dll) Version: 0.0.0.0
Syntax
public static void UpdateImageValidity(
	string path,
	int imageIndex,
	bool isValid
)

Parameters

path  String
The path to an existing sequence
imageIndex  Int32
Index of the image starting from 0
isValid  Boolean
if set to true the image is valid.
See Also