This property refers to the halftone list that is retrieved by the GetCapEnum or the GetCapEnumVariant method.
[Visual
Basic] imagekitcontrolname.Scan.HalfToneList
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetScan().GetHalfToneList()
Property Value
The halftone list
Explanation
The HalfToneList property refers to the halftone list that is retrieved by the GetCapEnum or the GetCapEnumVariant method. If the GetCapEnum or the GetCapEnumVariant method is successfully executed, the list of halftone names is set into the HalfToneList property.
For example:
If only one halftone name is retrieved: "XXX,"
If more than one halftone name is retrieved: "XXX,YYY, ..., ..., ..., "
Where XXX and YYY refer to the halftone names separated by a comma and a comma is after the last halftone name in the list.
Setting this value
This value cannot be set.
Retrieving this value
This value can be retrieved at runtime.