SnapshotViewerControl, COM interface constants for VB.Net / VBScript

SnapshotViewerControl - interface constants

     This page contains simple VBA include for the SnapshotViewerControl COM library.

library parameters

File NameProgram Files\Common Files\Microsoft Shared\Snapshot Viewer\SNAPVIEW.OCX
Guid{ED53EA70-368C-11D0-AD81-00A0C90DC8D9}
Enums1

SnapZoom

enum, 9 members.
Public Enum SnapZoom

  'Fit
  snapZoomToFit = 0  '&H0

  'Fill
  snapZoomToFill = 1  '&H1

  '200%
  snapZoom200Percent = 2  '&H2

  '150%
  snapZoom150Percent = 3  '&H3

  '100%
  snapZoom100Percent = 4  '&H4

  '75%
  snapZoom75Percent = 5  '&H5

  '50%
  snapZoom50Percent = 6  '&H6

  '25%
  snapZoom25Percent = 7  '&H7

  '10%
  snapZoom10Percent = 8  '&H8
End Enum
WUtils.com