←Select platform

IsGlobalMemory Property

Summary

Determines if the memory allocated for the image data is a global Windows handle.

Syntax
C#
VB
Objective-C
C++
Java
public bool IsGlobalMemory { get; } 
Public ReadOnly Property IsGlobalMemory As Boolean 
@property (nonatomic, assign, readonly) BOOL usesGlobalMemory 
public boolean 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.

Example

For an example, refer to GetRow

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly