Did you find this guide helpful?
Some test text!
Xamarin / Guides
You can set the current tool using the UI components as well as programmatically.
Changing tools in Xamarin.iOS is identical to changing tools in iOS. See tutorial in iOS guides .
// change to free text tool
var newTool = mToolManager.ChangeTool(new Class(typeof(pdftron.PDF.Tools.PTFreeTextCreate)));
((pdftron.PDF.Tools.PTTool)newTool).BackToPanToolAfterUse = true;
Trial setup questions? Ask experts on Discord
Need other help? Contact Support
Pricing or product questions? Contact Sales