Zum Hauptinhalt springen

Orientation

Orientation

Seitenformat Ausrichtung

Details

Diese Eigenschaft bestimmt die Seitenausrichtung.

Die Eigenschaft kann beim PpcObject nur ausgelesen werden.

Beispiel:

tJob # PrtJobOpen(_PrtDocDinA4, '', _PrtJobOpenWrite | _PrtJobOpenTemp);
if (tJob > 0)
{
// PrintDocument ermitteln
tDoc # tJob->PrtInfo(_PrtDoc);
if (tDoc > 0)
// Querformat
tDoc->ppOrientation # _PrtOrientLandscape;
}