Table HorizontalAlignment not working

I am trying to right align the table in my pdf document as follows, but it does not work. The table is still rendered to the left of the document.

Table detailsTable = new Table
{
ColumnWidths = “100 100 100 100 100 100”,
DefaultCellTextState = new TextState { FontSize = 10 },
DefaultCellPadding = new MarginInfo(2, 2, 2, 2),
Border = new BorderInfo(BorderSide.All, .5f, Color.Black),
HorizontalAlignment = HorizontalAlignment.Right,
};

I have tried following but to no avail.

detailsTable.Alignment = HorizontalAlignment.Right;

Is this a bug or there is another way to achieve right alignment?

Thanks

@pankajbanga1976
We are looking into it and will be sharing our feedback with you shortly.

@pankajbanga1976

We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): PDFNET-57186

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.