Accusoft.ImagXpress12.Net
ReadAllMetaData Method
See Also  Send Feedback
Accusoft.ImagXpressSdk Namespace > ImageX Class : ReadAllMetaData Method




imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
filename
The filename.
pageNumber
The page number.

Glossary Item Box

Perferred method for obtaining all Meta-data items. Simply fetch the tag collections with ImageX.IptcDataSet and ImageX.Tags; Later that object can be passed to the SaveAllMetaData to save all edits

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

imagXpress
An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
filename
The filename.
pageNumber
The page number.

Remarks

The ImageX object implements the IDisposable interface and the application is required to call the Dispose method when the application is done with ImageX object, otherwise memory may leak.

Note: Available in Professional edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.