Platforms to show: All Mac Windows Linux Cross-Platform

Back to CUPSDestinationMBS class.

CUPSDestinationMBS.Instance as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CUPS MBS Tools Plugin 9.7 ✅ Yes ❌ No ✅ Yes ❌ No Desktop, Console & Web
Local instance name or "".

(Read and Write property)

Some examples using this property:

CUPSDestinationMBS.isDefault as Boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CUPS MBS Tools Plugin 9.7 ✅ Yes ❌ No ✅ Yes ❌ No Desktop, Console & Web
Is this printer the default?
Example
for each c as CUPSDestinationMBS in CUPSMBS.GetDestinations
if c.isDefault then
MsgBox c.Name
end if
next

(Read and Write property)

CUPSDestinationMBS.Name as String

Type Topic Plugin Version macOS Windows Linux iOS Targets
property CUPS MBS Tools Plugin 9.7 ✅ Yes ❌ No ✅ Yes ❌ No Desktop, Console & Web
The name of the printer.
Example
dim lines(-1) as string
for each c as CUPSDestinationMBS in CUPSMBS.GetDestinations
lines.append c.Name
next

MsgBox Join(lines,EndOfLine)

(Read and Write property)

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


The biggest plugin in space...