PosPrinterPrintOptions.Superscript Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die Anwendung Zeichen im hochgestellten Format drucken möchte, oder legt diesen fest.

public:
 property bool Superscript { bool get(); void set(bool value); };
bool Superscript();

void Superscript(bool value);
public bool Superscript { get; set; }
var boolean = posPrinterPrintOptions.superscript;
posPrinterPrintOptions.superscript = boolean;
Public Property Superscript As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die Anwendung Zeichen im hochgestellten Format drucken möchte; Andernfalls false.

Gilt für: