Condividi tramite


ReceiptPrinterCapabilities.SupportedBitmapRotations Proprietà

Definizione

Ottiene un elenco delle direzioni in cui la stazione della stampante di ricevute può ruotare una bitmap durante la stampa.

public:
 property IVectorView<PosPrinterRotation> ^ SupportedBitmapRotations { IVectorView<PosPrinterRotation> ^ get(); };
IVectorView<PosPrinterRotation> SupportedBitmapRotations();
public IReadOnlyList<PosPrinterRotation> SupportedBitmapRotations { get; }
var iVectorView = receiptPrinterCapabilities.supportedBitmapRotations;
Public ReadOnly Property SupportedBitmapRotations As IReadOnlyList(Of PosPrinterRotation)

Valore della proprietà

Elenco delle direzioni in cui la stazione della stampante di ricevute può ruotare una bitmap durante la stampa.

Implementazioni

Si applica a

Vedi anche