Gets or sets whether to enable memory settings.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property EnableMemorySettings As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IPwOptions
Dim value As Boolean
instance.EnableMemorySettings = value
value = instance.EnableMemorySettings
|
C# | |
---|
bool EnableMemorySettings {get; set;} |
C++/CLI | |
---|
property bool EnableMemorySettings {
bool get();
void set (bool value);
} |
Return Value
True to enable memory settings, false to not
Example
See Also
Availability
PhotoWorks API 2006 FCS