Page tree
Skip to end of metadata
Go to start of metadata

Description

A user-assigned delegate method that HTMLToWord calls before it processes an XHTML tag. The user may implement code to perform any tasks they desire before passing control back to HTMLToWord. The return value from the delegate method specifies how HTMLToWord should behave. If this property is not set, HTMLToWord will attempt to insert the contents of the XHTML tag.
C#
vb.net

Examples

C#
vb.net
  • No labels