Property: Rotate

Rotate long

Die Ausrichtung des Barcodes in Grad (0, 90, 180, 270).

Beispiele
0 Grad
0 Grad
90 Grad
90 Grad
180 Grad
180 Grad
270 Grad
270 Grad

Codebeispiele

Visual Basic:
AxBarcode1.Rotate = 0
AxBarcode1.Rotate = 90
AxBarcode1.Rotate = 180
AxBarcode1.Rotate = 270
Delphi:
barcode1.rotate := 0;
barcode1.rotate := 90;
barcode1.rotate := 180;
barcode1.rotate := 270;
C#:
axBarcode1.Rotate = 90;
VBA (Office):
Barcode1.Rotate = 90
Methoden:


Eigenschaften:


Ereignisse: