Tao.DevIl SDK Documentation

Il.ilSetString Method 

ilSetString gives DevIL users the option to set strings in certain file formats that have fields for strings, making DevIL highly customizable. Choose one of the acceptable parameters for Mode and specify any string you want. If the string is too long, it will be truncated when writing to the file.

[Visual Basic]
Public Shared Sub ilSetString( _
   ByVal Mode As Integer, _
   ByVal str As String _
)
[C#]
public static void ilSetString(
   int Mode,
   string str
);

Parameters

Mode
Specifies the string to be set.
str
String to use for setting a string field of a specified image format.

See Also

Il Class | Tao.DevIl Namespace