Some test text!

Discord Logo

Chat with us

PDFTron is now Apryse, learn more here.

Xamarin / Guides

Platform


Documentation


PDFTron is now Apryse, learn more here.

Set Tool mode

You can set the current tool using the UI components as well as programmatically.

Changing default tool mode in Xamarin.iOS

This tutorial only applies to Xamarin.iOS. See Xamarin.Android equivalent here .

Changing tools in Xamarin.iOS is identical to changing tools in iOS. See tutorial here .

// change to free text tool
var newTool = mToolManager.ChangeTool(new Class(typeof(pdftron.PDF.Tools.PTFreeTextCreate)));
((pdftron.PDF.Tools.PTTool)newTool).BackToPanToolAfterUse = true;

Get the answers you need: Support