Gets or sets the amount of memory for the rendering process.
.NET Syntax
| Visual Basic (Declaration) | |
|---|
Property MemoryLimit As Integer |
| Visual Basic (Usage) | |
|---|
Dim instance As IPwOptions
Dim value As Integer
instance.MemoryLimit = value
value = instance.MemoryLimit
|
| C# | |
|---|
int MemoryLimit {get; set;} |
| C++/CLI | |
|---|
property int MemoryLimit {
int get();
void set (int value);
} |
Return Value
Amount of memory for the rendering process
Example
Remarks
See Also
Availability
PhotoWorks API 2006 FCS