Adds an Iptc dataset to the image.
Visual Basic |
---|
Public Sub IptcAddDataSet( _ ByVal Record As Byte, _ ByVal DataSetId As Byte, _ ByVal DataSetType As Long, _ ByVal Count As Long, _ ByVal NewData As Variant _ ) |
- Record
- A byte value which represents the record.
- DataSetId
- A byte value which represents the dataset ID.
- DataSetType
- A long value which represents the dataset type.
- Count
- A long value which represents the number of items to add.
- NewData
- A variant value which represents the new data to add.
Note: Available in Professional Edition.