LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IsGlobalMemory Property






Determines if the memory allocated for the image data is a global Windows handle. .NET support Silverlight support WinRT support
Syntax
public bool IsGlobalMemory {get;}
'Declaration
 
Public ReadOnly Property IsGlobalMemory As Boolean
'Usage
 
Dim instance As RasterImage
Dim value As Boolean
 
value = instance.IsGlobalMemory
public bool IsGlobalMemory {get;}
 get_IsGlobalMemory(); 
public:
property bool IsGlobalMemory {
   bool get();
}

Property Value

true if the memory allocated for the image data is a global Windows handle; false, otherwise.
Remarks
If the value of this property is set, you must use Access and Release when using low level methods that access the image data directly. For more information, refer to Access.

In Silverlight, a value of True indicates that the RasterImage object has stored the image data internally using a Silverlight WritableBitmap. For more information, see CodecsLoadOptions.UseWriteableBitmap and UseNativeLoad

Example
For an example, refer to GetRow(Int32,Byte[],Int32,Int32)
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImage Class
RasterImage Members

 

 


Products | Support | Contact Us | Copyright Notices

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