Accusoft ImagXpress 12
IptcModifyDataSetPtr Method
See Also  Send comments on this topic.
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 count.
NewData
The address of a byte array of size Count which represents the new data to modify to.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : IptcModifyDataSetPtr Method

Glossary Item Box

Description

Modifies the Iptc dataset in the image file via a pointer.

Syntax

Visual Basic
Public Sub IptcModifyDataSetPtr( _
   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 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 count.
NewData
The address of a byte array of size Count which represents the new data to modify to.

Remarks

If the Iptc dataset does not exist in the image file then the ImagError property will be set to IX_Error_Tag_ModifyError.

Note: Available in Professional Edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.