|
Convert Utility function |
[Top] [Chapter] [Previous] [Next] |
|
The following methods can be used to create number values for the method ParASet.
int ConvertFontnameToIndex(string fontface)
int ConvertColorToIndex(int RGB_Value)
Some color index values are predefined - see list.
int ConvertTextToValue(string SomeText)
This methods convert values retrieved with ParAGet back to font name, color and string values.
string ConvertIndexToFontname(int value)
int ConvertIndexToColor(int value)
string ConvertIndexToText(int value)
|