This enumeration specifies current printer mode.
Syntax
__value public enum ImGearPrinterModes : public System.Enum
public enum class ImGearPrinterModes : public System.Enum
Members
Member | Description |
COMPOUNDSTRING | The printed string will consist of a compound of a String followed by a value followed by a suffix string. |
MULTISTRING | The printed text will consist of an enumerated list of strings to be printed in order. |
SINGLESTRING | The printed text will consist of a single string. |
Inheritance Hierarchy
See Also