Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
IsConventionalMemory Property
See Also 
Leadtools Namespace > RasterImage Class : IsConventionalMemory Property



Determines if the memory allocated for this RasterImage data is in conventional (Windows) memory.

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property IsConventionalMemory As Boolean
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsConventionalMemory
C# 
public virtual bool IsConventionalMemory {get;}
C++/CLI 
public:
virtual property bool IsConventionalMemory {
   bool get();
}

Return Value

true if the data is in conventional memory; false otherwise.

Example

For an example, refer to XResolution.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also