Accusoft ImagXpress 13
IptcFindDataSet Method
A byte value which represents the record to find.
A byte value which represents the dataset ID to find.
A boolean value which is True if the first instance of the dataset is to be found. Otherwise, if False is used and this method is called it will find subsequent datasets.
Description
Retrieves the specified Iptc dataset in the image file.
Syntax
Visual Basic
Public Sub IptcFindDataSet( _
   ByVal Record As Byte, _
   ByVal DataSetId As Byte, _
   ByVal FindFirstSet As Boolean _
) 
Parameters
Record
A byte value which represents the record to find.
DataSetId
A byte value which represents the dataset ID to find.
FindFirstSet
A boolean value which is True if the first instance of the dataset is to be found. Otherwise, if False is used and this method is called it will find subsequent datasets.
Remarks

If the dataset is found the data can be retrieved with the IptcDataSetData property.

If the dataset cannot be found, the ImagError property is set to IX_Error_TagNotFound.

Note: Available in Professional Edition.

See Also

ImagXpress Object  | ImagXpress Members  | Image Metadata

 

 


©2019. Accusoft Corporation. All Rights Reserved.

Send Feedback