WIAPropertyMBS properties

Online Documentation   -   Statistics   -   FAQ   -   Plugin Parts (All, Dependencies)   -   Class hierarchy

New in Version 22.2 22.3 22.4 22.5 23.0 23.1 23.2 23.3 23.4 23.5 24.0 24.1

The list of the   topics,   classes,   interfaces,   controls,   modules,   global methods by category,   global methods by name,   screenshots,   licenses   and   examples.

Platforms to show: All Mac Windows Linux Cross-Platform

Back to WIAPropertyMBS class.

WIAPropertyMBS.ID as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
A 32-bit identifier that uniquely identifies the property within the property set.
Example
dim ps as WIAPropertyMBS // your property

dim k as string = ps.Name
if len(k)=0 then
k = str(ps.ID)
end if

MsgBox k

All properties within property sets must have unique property identifiers.
(Read and Write property)

WIAPropertyMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The string that contains the optional string name associated with the property
Example
dim ps as WIAPropertyMBS // your property

dim k as string = ps.Name
if len(k)=0 then
k = str(ps.ID)
end if

MsgBox k

(Read and Write property)

WIAPropertyMBS.Type as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Image Capture MBS Win Plugin 10.3 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
The property type.

(Read and Write property)

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem