Creating a double border for a grand total using XML

I am trying to create a double border above a grand total in a table. Could you please tell me the easiest way to accomplish this through Aspose.PDF XML API? I am able to change border width and color, but can't determine how to do a double line.

|----------------------|
| Name | Amount |
|----------------------|
| ABC | $200 |
| DEF | $300 |
|======================| <--- This is what I would like to do
| Total: | $500 |
-----------------------|

Thank you in advance,

Mike

Dear Mike,

Thank you for considering Aspose.

Please refer to the following example:







hello


world







hello


world



Tommy,

Thank you for a quick response and the example. I was using version 2.7 and didn't realize the BorderStyle feature was already available in v. 2.9.

Regards,

Mike