Partager via


PosPrinterPrintOptions.Underline Propriété

Définition

Obtient ou définit une valeur qui indique si l’application souhaite imprimer des caractères en style de soulignement.

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

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

Valeur de propriété

Boolean

bool

True si l’application souhaite imprimer des caractères en style de soulignement ; sinon, false.

S’applique à