'Usage
Dim imagXpress As ImagXpress
Dim dataCollection As ImageX
Dim filename As String
Dim pageNumber As IntegerImageX.SaveAllMetaData(imagXpress, dataCollection, filename, pageNumber)
Parameters
imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
dataCollection
The meta-data collection.
filename
The filename.
pageNumber
The page number.
Remarks
You should have used ReadAllMetaData to get the ImageX object housing all the meta-data elements.