Accusoft ImagXpress 12
CalsAddTagPtr Method
See Also  Send comments on this topic.
ID
The address of a zero-terminated byte array that contains the ID of the Cals tag to add.
CalsData
The address of a zero-terminated byte array that contains the data of the Cals tag to add.
AccusoftImagXpress12 ActiveX DLL > ImagXpress Object : CalsAddTagPtr Method

Glossary Item Box

Description

Adds Cals tag information to the image file via a pointer.

Syntax

Visual Basic
Public Sub CalsAddTagPtr( _
   ByRef ID As Byte, _
   ByRef CalsData As Byte _
) 

Parameters

ID
The address of a zero-terminated byte array that contains the ID of the Cals tag to add.
CalsData
The address of a zero-terminated byte array that contains the data of the Cals tag to add.

Remarks

If the tag cannot be added, the ImagError property is set to IX_Error_Tag_AddError.

Note: Available in Professional edition.

See Also

©2013. Accusoft Corporation. All Rights Reserved.