Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum RasterMemoryFlags Inherits Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum RasterMemoryFlags : Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class RasterMemoryFlags : public Enum, IComparable, IConvertible, IFormattable |
Member | Description |
---|---|
None | No flags. |
Conventional | Use unmanaged (Windows) memory. |
User | Create a bitmap where the user maintains the data pointer. |
Tiled | Create a bitmap where the data pointers are maintained in tiles, useful for very large images. |
NoTiled | Do not allow tiled images. |
Disk | Do not use managed memory. Swap to disk only. |
NoDisk | Do not swap to disk using LEAD's virtual memory. Windows virtual memory is not affected. |
Compressed | (Advanced Features only) Allocate an RLE-compressed bitmap. You can use this flag with None or NoDisk. For more information, refer to Speeding Up 1-Bit Documents. |
SuperCompressed | (Advanced Features only) Keep 24-bit images compressed in memory. This option causes slow access, but very low memory usage. |
For an example, refer to RasterImage constructor.
For more information, refer to RasterImage and Memory Storage Types for Images.
System.Object
System.ValueType
System.Enum
Leadtools.RasterMemoryFlags
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6