Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

Handle Property (ISvgDocument)








Gets the internal SVG handle.
Syntax
IntPtr Handle {get;}
'Declaration
 
ReadOnly Property Handle As IntPtr
'Usage
 
Dim instance As ISvgDocument
Dim value As IntPtr
 
value = instance.Handle
IntPtr Handle {get;}
@property (nonatomic, assign, readonly) void *handle
long getHandle()
get_Handle(); 
property IntPtr Handle {
   IntPtr get();
}

Property Value

The internal SVG handle
Remarks

This property is used internally by LEADTOOLS.

Requirements

Target Platforms

See Also

Reference

ISvgDocument Interface
ISvgDocument Members

Error processing SSI file