Click or drag to resize

ProgressArgsSetFileInfo Method

Sets FileInfo property.

Namespace:  CohesiveComputing.Imaging
Assembly:  CohesiveComputing.BatchImagePro (in CohesiveComputing.BatchImagePro.dll) Version: 1.0.0
Syntax
C#
public void SetFileInfo(
	ImageFileInfo fileInfo
)

Parameters

fileInfo
Type: CohesiveComputing.ImagingImageFileInfo
A ImageFileInfo instance.
See Also