PEZoomLevelChangingEventInfo contains information about records read
when a callback function is called with event ID equal to PE_ZOOM_LEVEL_CHANGING_EVENT.
typedef struct PEZoomLevelChangingEventInfo {
WORD StructSize;
WORD zoomLevel;
long windowHandle;
} PEZoomLevelChangingEventInfo;
Specifies the size of the PEZoomLevelChangingEventInfo structure. Initialize this member to PE_SIZEOF_ZOOM_LEVEL_CHANGNG_EVENT_INFO. | |
The zoom level set in the preview window. This can be a value from 25 to 400, indicating a magnification percentage, or it can be one of the Zoom Level Constants. | |
Type PEZoomLevelChangingEventInfo
StructSize As Integer
zoomLevel As Integer
windowHandle As Long
End Type
type
PEZoomLevelChangingEventInfo = record
StructSize: Word;
zoomLevel: Word;
windowHandle: HWnd;
end;
| Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |