←Select platform

HasElement Method

Summary
Gets a value that indicates whether this SVG document contains any elements of the specified type.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool HasElement( 
   SvgElementType elementType 
) 
- (BOOL)hasElement:(LTSvgElementType)elementType; 
public boolean hasElement(SvgElementType elementType) 
public: 
bool HasElement(  
   SvgElementType elementType 
)  
def HasElement(self,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 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

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