Create Bookmark With Destination HighLight option

Hi Team,

I want To create Bookmark using C#,
I Want to create an Highlight Option For Bookmark in PDF.
i am trying Below Code
Aspose.Pdf.OutlineItemCollection pdfOutlines = new Aspose.Pdf.OutlineItemCollection(pdfDocumentbookmark.Outlines);
pdfOutlines.Title = “Executed Information”;
double[] values = new double[4];
values[0] = pagedata.Rect.LLX;
values[1] = pagedata.Rect.URY;
pdfOutlines.Action = new Aspose.Pdf.Annotations.GoToAction(pagedata, Aspose.Pdf.Annotations.ExplicitDestinationType.XYZ, values);

                    pdfDocumentbookmark.Outlines.Add(pdfOutlines);

Thanks and Regards,
Vijayanathan444

@Vijayanathan444

Would you kindly share your sample source and expected output for our refernce so that we can test the scenario in our environment and address it accordingly?

Hi Team,

I Don’t have Any Code. I Want To Ask Is there Anything Available Bookmark navigation in postion wise it can be HighLighted in PDF.

In Adobe has the features like
Creating PDF Bookmarks from Comments and Highlights.

Thanks and Regards,
Vijayanathan444

@Vijayanathan444

We need to investigate the feasibility of this feature at the moment. Therefore, 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-54590

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.