←Select platform

SvgFilterElementsCallback Delegate

Summary
Callback to allow certain element types to be ignored when sorting.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public delegate bool SvgFilterElementsCallback( 
   SvgDocument document, 
   SvgNodeHandle node, 
   object userData 
) 
BOOL ^(LTSvgDocument *document, LTSvgElementType node) 
boolean SvgFilterElementsCallback.onFilter(SvgDocument document, SvgElementType node) 
public: 
   delegate bool SvgFilterElementsCallback( 
      SvgDocument^ document, 
      SvgNodeHandle^ node, 
      Object^ userData 
   ) 
def SvgFilterElementsCallback(self,document,node,userData): 
# document : SvgDocument, node : SvgNodeHandle, userData : Object 

Parameters

document
The source SvgDocument.

node
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

See Also

Reference

SvgFilterElementsCallback Members

Leadtools.Svg Namespace

Help Version 22.0.2023.4.20
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.