←Select platform

HasElement Method

Summary
Gets a value that indicates whether this SVG document contains any elements of the specified type.
Syntax
C#
VB
Objective-C
C++
Java
public bool HasElement( 
   SvgElementType elementType 
) 
Public Function HasElement( _ 
   ByVal elementType As SvgElementType _ 
) As Boolean 
- (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

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

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.