Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.38 KB

wia-ips-show-preview-control.md

File metadata and controls

44 lines (31 loc) · 1.38 KB
title description keywords topic_type ms.topic api_name api_location api_type ms.date
WIA_IPS_SHOW_PREVIEW_CONTROL
The WIA_IPS_SHOW_PREVIEW_CONTROL property indicates whether an item needs a preview control displayed to a user. The WIA minidriver creates and maintains this property.
WIA_IPS_SHOW_PREVIEW_CONTROL Imaging Devices
apiref
reference
WIA_IPS_SHOW_PREVIEW_CONTROL
Wiadef.h
HeaderDef
05/08/2023

WIA_IPS_SHOW_PREVIEW_CONTROL

The WIA_IPS_SHOW_PREVIEW_CONTROL property indicates whether an item needs a preview control displayed to a user. The WIA minidriver creates and maintains this property.

Property Type: VT_I4

Valid Values: WIA_PROP_NONE

Access Rights: Read-only

Remarks

The following table describes the constants that are valid with WIA_IPS_SHOW_PREVIEW_CONTROL.

Value Definition
WIA_DONT_SHOW_PREVIEW_CONTROL Do not show a preview control to the user, because this device cannot perform a preview.
WIA_SHOW_PREVIEW_CONTROL Show a preview control to the user, because this device can perform a preview.

You can use the WIA_IPS_SHOW_PREVIEW_CONTROL property to help control devices that cannot preview. For example, some feeder-driven devices cannot reload the paper for a preview scan.

Requirements

Header: wiadef.h (include Wiadef.h)

See also

WIA_DPS_SHOW_PREVIEW_CONTROL