Closes the current tag then opens a new one.

 

   

Syntax
 

[C#]
Tag CloseOpen(Tag tag)
Tag CloseOpen(string type)

 

   

Params
 
Name Description
tag The tag to be opened.
type The type of tag to be opened and closed.
return The tag that was opened.

 

   

Notes
 
Closes the current tag then opens a new one.

 

   

Example
 
None.

Also see example code in: ABCpdf Tagged Text Example.