Closes a sequence of tags.

 

   

Syntax
 

[C#]
Tag Close(Tag tag)
Tag Close(params string[] types)

 

   

Params
 
Name Description
tag The tag to be closed.
types The types of tags to be closed in sequence
return The last tag closed.

 

   

Notes
 
Closes a sequence of tags.

 

   

Example
 
None.

Also see example code in: ABCpdf Tagged Text Example, XTagging Open Function, XTextStyle AutoTag Property.