Writes a generic value.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetValueAsString(
	int pageIndex,
	int tagCode,
	IETagType tagType,
	string val
)
Public Sub SetValueAsString ( _
	pageIndex As Integer, _
	tagCode As Integer, _
	tagType As IETagType, _
	val As String _
)
public:
void SetValueAsString(
	int pageIndex, 
	int tagCode, 
	IETagType tagType, 
	String^ val
)

Parameters

pageIndex
Int32
Page index (starting at 0 and ending at GetPagesCount-1).
tagCode
Int32
The tag code. This is not the index, but the actual TIFF code.
tagType
IETagType
The tag type
val
String
The value as string. It will be converted to the correct type.

See Also