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



For Internal use only.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property InternalHandle As Object
Visual Basic (Usage)Copy Code
Dim instance As RasterImage
Dim value As Object
 
value = instance.InternalHandle
C# 
public object InternalHandle {get;}
C++/CLI 
public:
property Object^ InternalHandle {
   Object^ get();
}

Return Value

For Internal use only.

Requirements

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

See Also