Platforms to show: All Mac Windows Linux Cross-Platform
WinPhotoAcquireSettingsMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Windows Photos | MBS WinFrameworks Plugin | 20.3 | ❌ No | ✅ Yes | ❌ No | ❌ No | Desktop only |
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.
- 8 properties
- property AcquisitionDateTime as DateTime
- property AcquisitionTime as Date
- property Flags as Integer
- property GroupTag as String
- property Handle as Integer
- property OutputFilenameTemplate as String
- property SequencePaddingWidth as Integer
- property SequenceZeroPadding as Boolean
- 3 methods
- method Constructor Private
- method Destructor
- method InitializeFromRegistry(RegistryKey as String)
- 13 constants
Flags
Constant | Value | Description |
---|---|---|
kFlagsAbortOnSettingsUpdate | &h00000800 |
Abort on settings update. |
kFlagsDeleteAfterAcquire | &h00000020 |
Delete after acquire. |
kFlagsDisableAutoRotate | &h00000002 |
Disable auto rotate. |
kFlagsDisableDbIntegration | &h00000010 |
Disable DB integration. |
kFlagsDisableDuplicateDetection | &h00000040 |
Disable duplicate detection. |
kFlagsDisableGroupTagPrompt | &h00000008 |
Disable group tag prompt. |
kFlagsDisableMetadataWrite | &h00000100 |
Disable metadata write. |
kFlagsDisablePlugins | &h00000004 |
Disable plugins. |
kFlagsDisableSettingsLink | &h00000400 |
Disable settings link. |
kFlagsDisableThumbnailProgress | &h00000200 |
Disable thumbmail progress. |
kFlagsEnableThumbnailCaching | &h00000080 |
Enable thumbnail caching. On by default. |
kFlagsImportVideoAsMultipleFiles | &h00001000 |
Import videos as multiple files. |
kFlagsNoGalleryLaunch | &h00000001 |
Suppresses the explorer window launched after acquisition. |
This class has no sub classes.
Some properties using for this class:
- WinPhotoAcquireSourceMBS.PhotoAcquireSettings as WinPhotoAcquireSettingsMBS
Blog Entries
- MBS Xojo Plugins, version 22.1pr2
- News from the MBS Xojo Plugins Version 20.3
- Windows Photos Acquire
- MBS Xojo Plugins, version 20.3pr6
Release notes
- Version 22.1
- Added constants for WinPhotoAcquireSettingsMBS class.
- Version 20.3
- Added classes to acquire photos on Windows: WinPhotoProgressDialogMBS, WinPhotoAcquireDeviceSelectionDialogMBS, WinPhotoAcquireItemMBS, WinPhotoAcquireMBS, WinPhotoAcquireOptionsDialogMBS, WinPhotoAcquireProgressCallBackMBS, WinPhotoAcquireSettingsMBS, WinPhotoAcquireSourceMBS, WinPhotoExceptionMBS, WinPhotoProgressActionCallbackMBS, and WinUserInputStringMBS classes.
The items on this page are in the following plugins: MBS WinFrameworks Plugin.
WinPhotoAcquireProgressCallBackMBS - WinPhotoAcquireSourceMBS