Click or drag to resize

CustomPrintType Enumeration

Indicates what the custom data does

Namespace:  Micros.PosCore.Extensibility.Ops
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public enum CustomPrintType
Members
  Member nameDescription
None No action
DoNotPrint Do no print this section
Replace Replace default content for this section with provided content
Prepend Print provided content before default content
Append Print provided content after default content
See Also