C#
VB
Java
Objective-C
C++
Callback to allow certain element types to be ignored when sorting.
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)
document
The source SvgDocument.
elementType
The current element type.
userData
Optional user data passed to the callback.
true to include this element type in sorting; otherwise, false to skip elements of this type during sorting.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET
