Error processing SSI file
LEADTOOLS Svg (Leadtools.Svg assembly)

Show in webframe

SvgSortElementsCallback Delegate






The source SvgDocument.
Element information.
Optional user data. This is the same parameter passed to SortElements.
Callback to receive the sorted SVG elements.
Syntax
public delegate bool SvgSortElementsCallback( 
   SvgDocument document,
   SvgElementInfo info,
   object userData
)
'Declaration
 
Public Delegate Function SvgSortElementsCallback( _
   ByVal document As SvgDocument, _
   ByVal info As SvgElementInfo, _
   ByVal userData As Object _
) As Boolean
'Usage
 
Dim instance As New SvgSortElementsCallback(AddressOf HandlerMethod)
BOOL (^)(LTSvgDocument *document, LTSvgElementInfo *info, id _Nullable userData)
boolean SvgSortElementsCallback.onSort(SvgDocument document, SvgElementInfo info, object userData)
public delegate bool SvgSortElementsCallback( 
   SvgDocument^ document,
   SvgElementInfo^ info,
   Object^ userData
)

Parameters

document
The source SvgDocument.
info
Element information.
userData
Optional user data. This is the same parameter passed to SortElements.

Return Value

true to continue to the next element (if any), and false to stop enumerating.
Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

See Also

Reference

SvgSortElementsCallback Members
Leadtools.Svg Namespace

Error processing SSI file
  Leadtools.Svg requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features