←Select platform

HasElement Method

Summary

Gets a value that indicates whether this SVG document contains any elements of the specified type.

Syntax

C#
VB
Java
Objective-C
C++
public bool HasElement( 
   SvgElementType elementType 
) 
Public Function HasElement( _ 
   ByVal elementType As Leadtools.Svg.SvgElementType _ 
) As Boolean 
- (BOOL)hasElement:(LTSvgElementType)elementType 
public boolean hasElement(SvgElementType elementType) 
public: 
bool HasElement(  
   Leadtools.Svg.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly