Handle Property
Summary
Returns the internal SVG document handle. Used internally by LEADTOOLS.
Syntax
C#
VB
Java
Objective-C
C++
public virtual IntPtr Handle { get; }
Public Overridable ReadOnly Property Handle As IntPtr
@property (nonatomic, assign, readonly) void *handle
public:
virtual property IntPtr Handle {
IntPtr get();
}
Property Value
The internal SVG document handle. Used internally by LEADTOOLS.