Hash (#) is replaced by 1 after generation

I am working with Aspose.PDF to add artifact in pdf file. When I tried to add #(hash) it’s replaced by 1(number one).

WatermarkArtifact artifact = new WatermarkArtifact();
string[] watermarkLines = ["Loan# : 32155", "Case#: 0000012BK32 #", "123, ABC Street"];
artifact.SetLinesAndState(
    watermarkLines,
    new Aspose.Pdf.Text.TextState()
    {
        FontSize = watermarkConfig.FontSize,
        ForegroundColor = watermarkConfig.ForegroundColor,
        Font = Aspose.Pdf.Text.FontRepository.FindFont(watermarkConfig.Font)
    });

Ouput I am getting:
image.png (4.2 KB)

how to fix this issue?

@abhishekouta

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-57242

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.

Thank you for your response!
any update on this?

@abhishekouta

The ticket is recently logged in our issue management system. It would be prioritized on a first come first serve basis as per the free support policies. As soon as we make some progress towards ticket resolution, we will let you know via this forum thread. Please be patient and spare us some time.

We are sorry for the inconvenience.