Writes a floating point tag as Rational type.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetFloat(
	int pageIndex,
	int tagCode,
	double val
)
Public Sub SetFloat ( _
	pageIndex As Integer, _
	tagCode As Integer, _
	val As Double _
)
public:
void SetFloat(
	int pageIndex, 
	int tagCode, 
	double 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.
val
Double
The value to write.

See Also