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

Show in webframe

SvgFilterElementsCallback Delegate






The source SvgDocument.
The current element type.
Callback to allow certain element types to be ignored when sorting.
Syntax
public delegate bool SvgFilterElementsCallback( 
   SvgDocument document,
   SvgElementType elementType
)
'Declaration
 
Public Delegate Function SvgFilterElementsCallback( _
   ByVal document As SvgDocument, _
   ByVal elementType As SvgElementType _
) As Boolean
'Usage
 
Dim instance As New SvgFilterElementsCallback(AddressOf HandlerMethod)
BOOL ^(LTSvgDocument *document, LTSvgElementType elementType)
boolean SvgFilterElementsCallback.onFilter(SvgDocument document, SvgElementType elementType)
public delegate bool SvgFilterElementsCallback( 
   SvgDocument^ document,
   SvgElementType elementType
)

Parameters

document
The source SvgDocument.
elementType
The current element type.

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

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