Description
Return value from the user-supplied InsertElementDelegate delegate method. Controls how HTMLToWord handles an XHTML tag.
C#
vb.net
Values
Name |
Description |
---|---|
Process |
Instructs HTMLToWord to insert the contents of this tag and all of its sub-tags. |
Skip |
Instructs HTMLToWord to ignore this tag and all of its sub-tags and move to the next tag at the same level (sibling). |