OLECMDID_OPTICAL_ZOOMFLAG enumeration

Flags passed with OLECMDID_OPTICAL_ZOOM command.

Syntax

typedef enum OLECMDID_OPTICAL_ZOOMFLAG { 
  OLECMDIDF_OPTICAL_ZOOM_NOPERSIST  = 0x00000001,
  OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT   = 0x00000010
} OLECMDID_OPTICAL_ZOOMFLAG;

Constants

  • OLECMDIDF_OPTICAL_ZOOM_NOPERSIST
    Internet Explorer 8. Do not persist the specified zoom percentage. Default behavior is to store the zoom percentage for new HTML document windows and instances of the browser.

  • OLECMDIDF_OPTICAL_ZOOM_NOLAYOUT
    Internet Explorer 8. Indicates pure optical zoom.

Requirements

Minimum supported client

Windows XP with SP2

Minimum supported server

Windows Server 2003

Header

Docobj.h

IDL

Docobj.idl

See also

OLECMDID Enumeration