Accusoft ImagXpress 12
IptcFindDataSet Method
See Also  Send comments on this topic.
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.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : IptcFindDataSet Method

Glossary Item Box

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

©2013. Accusoft Corporation. All Rights Reserved.