The SetPageDisplayParms transaction sets the display parameters for the specified page. The display parameters are invert, negative, rotation, and mirror.
Type XTYP_EXECUTE
Syntax [SetPageDisplayParms(docwinID, invert, negative, rotation, mirror, <pageID>)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
invert |
WORD |
-1 | 0 | 1 |
no change | off | on |
|
negative |
WORD |
-1 | 0 | 1 |
no change | off | on |
|
rotation |
WORD |
-1 |
no change |
|
|
|
0 | 1 | 2 | 3 |
0 | 90 | 180 | 270 degrees counter-clockwise |
|
mirror |
WORD |
-1 | 0 | 1 |
no change | off | on |
|
pageID |
DWORD |
0 | pageID |
current | specific. Optional parameter. |
Remarks
If this transaction is applied to the current page, the display will be refreshed automatically.
Release Information
Added in Release 3.70.
See also