Writes a string tag.
            
Namespace: HiComponents.IEvolutionAssembly: IEvolution2 (in IEvolution2.dll) Version: 14.0.0.0
 Syntax
Syntax
| C# | Visual Basic | Visual C++ | 
public void SetString( int pageIndex, int tagCode, string val )
Public Sub SetString ( _ pageIndex As Integer, _ tagCode As Integer, _ val As String _ )
public: void SetString( int pageIndex, int tagCode, 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.
- val
- String
 The value to write.


























