Value
Name | Description | Value |
---|---|---|
Flip.HORIZONTAL | Flips the printed image horizontally. | 1752134266 = 'horz' |
Flip.HORIZONTAL_AND_VERTICAL | Flips the printed image horizontally and vertically (same as rotate 180). | 1215977068 = 'HzVl' |
Flip.NONE | The printed image is not flipped. | 1852796517 = 'none' |
Flip.VERTICAL | Flips the printed image vertically. | 1986359924 = 'vert' |
Usage
As property
PrintPreference.flip
PrinterPreset.flip
Jongware, 27-Jun-2010 v3.0.3d | Contents :: Index |