Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

HasElement Method






Element type to search.
Gets a value that indicates whether this SVG document contains any elements of the specified type.
Syntax
public bool HasElement( 
   SvgElementType elementType
)
'Declaration
 
Public Function HasElement( _
   ByVal elementType As SvgElementType _
) As Boolean
'Usage
 
Dim instance As SvgDocument
Dim elementType As SvgElementType
Dim value As Boolean
 
value = instance.HasElement(elementType)
- (BOOL)hasElement:(LTSvgElementType)elementType
public boolean hasElement(SvgElementType elementType)
public:
bool HasElement( 
   SvgElementType elementType
) 

Parameters

elementType
Element type to search.

Return Value

true if this SVG document contains any elements of the specified type; otherwise, false.
Requirements

Target Platforms

See Also

Reference

SvgDocument Class
SvgDocument Members

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features