Set PDF magnification property value **DEFAULT** by using Aspose Java v-19.1 library

Hi,
I am trying to set pdf magnification property Default by using Aspose Java library v-19.1. Is it possible? I am able to set magnification property to 100,200…etc. But not able to set as Default value.

Please help me.

Thanks

@helloworld123

You may please set magnification by specifying Destination as XYZExplicitDestination(Destination.PageNumber, Destination.Left, Destination.Top, 0.0);. In case you still face any issue, please share your sample PDF with us so that we can test the scenario in our environment and address it accordingly.