Accusoft.ImagXpress13.Net
ReadAllMetaData Method




An instance of the ImagXpress workspace component. This is the main ImagXpress component that typically must be dragged onto a form first.
The filename.
The page number.
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
'Declaration
 
Public Shared Function ReadAllMetaData( _
   ByVal imagXpress As ImagXpress, _
   ByVal filename As String, _
   ByVal pageNumber As Integer _
) As ImageX
'Usage
 
Dim imagXpress As ImagXpress
Dim filename As String
Dim pageNumber As Integer
Dim value As ImageX
 
value = ImageX.ReadAllMetaData(imagXpress, filename, pageNumber)
public static ImageX ReadAllMetaData( 
   ImagXpress imagXpress,
   string filename,
   int pageNumber
)
public: static ImageX* ReadAllMetaData( 
   ImagXpress* imagXpress,
   string* filename,
   int pageNumber
) 
public:
static ImageX^ ReadAllMetaData( 
   ImagXpress^ imagXpress,
   String^ filename,
   int 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.
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

Reference

ImageX Class
ImageX Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback