←Select platform

SvgFilterElementsCallback Delegate

Summary

Callback to allow certain element types to be ignored when sorting.

Syntax

C#
VB
Java
Objective-C
C++
public delegate bool SvgFilterElementsCallback( 
   SvgDocument document, 
   SvgNodeHandle node, 
   object userData 
) 
Public Delegate Function SvgFilterElementsCallback( _ 
   ByVal document As Leadtools.Svg.SvgDocument, _ 
   ByVal elementType As Leadtools.Svg.SvgElementType _ 
   ByVAl userData As Object _ 
) As Boolean 
BOOL ^(LTSvgDocument *document, LTSvgElementType elementType) 
boolean SvgFilterElementsCallback.onFilter(SvgDocument document, SvgElementType elementType) 
public delegate bool SvgFilterElementsCallback(  
   Leadtools.Svg.SvgDocument^ document, 
   Leadtools.Svg.SvgElementType elementType, 
   Object ^ userData 
) 

Parameters

document
The source SvgDocument.

elementType
The current element type.

userData
Optional user data passed to the callback.

Return Value

true to include this element type in sorting; otherwise, false to skip elements of this type during sorting.

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