Create a Link Like Bookmark Navigation in Pdf

Hi Team,

I have Link To create with x & y position and pageindex set Destination to the Link Destination
How to handle it

Thanks,
Vijayanathan444

@Vijayanathan444,

For Bookmarks, I already answered how to handle them here: PDF Bookmark set the Rectangle Position for Destination to Bookmark

But in order to do the positioning you want there is also this:
ExplicitDestinationType.XYZ, values
Where values is the can have lower left, and upper right coordinates.

You can also use this for reference: Working with Bookmarks in PDF using C#|Aspose.PDF for .NET

You can see this link to: Navigation and Interaction in PDF|Aspose.PDF for .NET