Hi,
I have recently downloaded Aspose.Pdf and have encountered a problem when setting borders on a table/row.
The documentation is quite clear about how to set borders and I have followed this advice, however, I can't specify multiple borders using code as follows:
headerRow.Border = new BorderInfo((int)(BorderSide.Top | BorderSide.Bottom));
Further, my IDE displays the following warning:
"Bitwise operation on enum which is not marked by [Flags] attribute"
Which would be consistent with the behaviour I am seeing. The version of the assembly I am using is: 3.9.0.0
Is this version perhaps missing the [Flags] attribute?