Click or drag to resize

IMcCaptDevAttributeSupportPvw Property

SupportPvw property handler for getting or setting whether the attribute supports a preview value.

Namespace:  MediaCy.IQL.Capture
Assembly:  MediaCy.IQL.Capture (in MediaCy.IQL.Capture.dll) Version: 10.0.6912.0
Syntax
VB
Property SupportPvw As Boolean
	Get
	Set

Property Value

Type: Boolean
Remarks
Set to true or false to indicate whether the attribute supports a preview value. Preview values are used to set different values of an attribute for previewing while maintaining the standard value for acquiring. The SupportPvw property cannot be set on standard attributes (typecode field of attribute ID = 0). Only custom attributes can set the value of this property.
See Also