Sets the TIFF code (also named tag-id). This is used to change an already existing tag-id.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetTagCode(
	int pageIndex,
	int tagIndex,
	int newCode
)
Public Sub SetTagCode ( _
	pageIndex As Integer, _
	tagIndex As Integer, _
	newCode As Integer _
)
public:
void SetTagCode(
	int pageIndex, 
	int tagIndex, 
	int newCode
)

Parameters

pageIndex
Int32
Page index (starting at 0 and ending at GetPagesCount-1).
tagIndex
Int32
Tag index (starting at 0 and ending at GetTagsCount-1).
newCode
Int32
The new tag-id.

See Also