C#
VB
Java
Objective-C
C++
Callback to receive the sorted SVG elements.
public delegate bool SvgSortElementsCallback(SvgDocument document,SvgElementInfo info,object userData)
Public Delegate Function SvgSortElementsCallback( _ByVal document As Leadtools.Svg.SvgDocument, _ByVal info As Leadtools.Svg.SvgElementInfo, _ByVal userData As Object _) As Boolean
BOOL (^)(LTSvgDocument *document, LTSvgElementInfo *info, id _Nullable userData) public delegate bool SvgSortElementsCallback(Leadtools.Svg.SvgDocument^ document,Leadtools.Svg.SvgElementInfo^ info,Object^ userData)
document
The source SvgDocument.
info
Element information.
userData
Optional user data. This is the same parameter passed to SortElements.
true to continue to the next element (if any), and false to stop enumerating.
For an example, refer to SvgDocument.SortElements.
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
