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 WindowsDeviceModeMBS class.
WindowsDeviceModeMBS.FromRawData(data as memoryblock, Unicode as boolean = true) as WindowsDeviceModeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Printing | MBS Win Plugin | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The data is expected to the in format of DEVMODEW structure with some extra data and the right values inside.
If Unicode is true, we use DEVMODEW and if Unicode is false, we use DEVMODEA structure.
See also:
WindowsDeviceModeMBS.FromRawData(data as string, Unicode as boolean = true) as WindowsDeviceModeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Printing | MBS Win Plugin | 13.1 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
The data is expected to the in format of DEVMODEW structure with some extra data and the right values inside.
If Unicode is true, we use DEVMODEW and if Unicode is false, we use DEVMODEA structure.
See also:
WindowsDeviceModeMBS.FromSetupString(SetupString as String) as WindowsDeviceModeMBS
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
shared method | Printing | MBS Win Plugin | 14.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop, Console & Web |
You can pass string from PrinterSetup.SetupString.
Supports Xojo 2017r1 with 17.3 plugins.
The items on this page are in the following plugins: MBS Win Plugin.