Retrieves the specified Iptc dataset in the image file.
Visual Basic |
---|
Public Sub IptcFindDataSet( _ ByVal Record As Byte, _ ByVal DataSetId As Byte, _ ByVal FindFirstSet As Boolean _ ) |
- 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.
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.