Accusoft ImagXpress 12
IptcAddDataSetPtr Method
See Also  Send comments on this topic.
Record
A byte value which represents a record.
DataSetId
A byte value which represents the Iptc dataset ID to add.
DataSetType
A long value which represents the dataset type.
Count
A long value which represents the number of dataset items.
NewData
The address of a byte array of size Count which contains the new data to add.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : IptcAddDataSetPtr Method

Glossary Item Box

Description

Adds an Iptc dataset via a pointer.

Syntax

Visual Basic
Public Sub IptcAddDataSetPtr( _
   ByVal Record As Byte, _
   ByVal DataSetId As Byte, _
   ByVal DataSetType As Long, _
   ByVal Count As Long, _
   ByRef NewData As Byte _
) 

Parameters

Record
A byte value which represents a record.
DataSetId
A byte value which represents the Iptc dataset ID to add.
DataSetType
A long value which represents the dataset type.
Count
A long value which represents the number of dataset items.
NewData
The address of a byte array of size Count which contains the new data to add.

Remarks

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.