LEADTOOLS (Leadtools assembly)

MemoryFlags Property (RasterDefaults)

Show in webframe







Gets or sets a value that specifies the type of memory to use when creating new RasterImage objects.
Syntax
public static RasterMemoryFlags MemoryFlags {get; set;}
'Declaration
 
Public Shared Property MemoryFlags As RasterMemoryFlags
'Usage
 
Dim value As RasterMemoryFlags
 
RasterDefaults.MemoryFlags = value
 
value = RasterDefaults.MemoryFlags
public static RasterMemoryFlags MemoryFlags {get; set;}

            

            
 
get_MemoryFlags();
set_MemoryFlags(value);
Object.defineProperty('MemoryFlags');
public:
static property RasterMemoryFlags MemoryFlags {
   RasterMemoryFlags get();
   void set (    RasterMemoryFlags value);
}

Property Value

A RasterMemoryFlags enumeration value that specifies the type of memory to use when creating new RasterImage objects.
Remarks
MemoryFlags can only be set to RasterMemoryFlags.Conventional or RasterMemoryFlags.Disk when setting defaults. Other values throw exceptions.
Example
For an example, refer to RasterDefaults.
Requirements

Target Platforms

See Also

Reference

RasterDefaults Class
RasterDefaults Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.