Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Svg Assembly > Leadtools.Svg Namespace > SvgDocument Class : HasElement Method |
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 )