PEZoomLevelChangingEventInfo

PEZoomLevelChangingEventInfo contains information about records read
when a callback function is called with event ID equal to PE_ZOOM_LEVEL_CHANGING_EVENT.

C Syntax
typedef struct PEZoomLevelChangingEventInfo {
    WORD StructSize;
    WORD zoomLevel;
    long windowHandle;
} PEZoomLevelChangingEventInfo;
Members

StructSize

Specifies the size of the PEZoomLevelChangingEventInfo structure. Initialize this member to PE_SIZEOF_ZOOM_LEVEL_CHANGNG_EVENT_INFO.

zoomLevel

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.

windowHandle

Specifies the frame window handle where the event happens.

VB Type Listing
Type PEZoomLevelChangingEventInfo
    StructSize As Integer
    zoomLevel As Integer
    windowHandle As Long
End Type
Delphi Record Listing
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