Microsoft Windows Phone 8.1 support ends (13 Jul 2017)

Microsoft has ended support for Windows Phone 8.1

Planned SDK features

Remove AvialMem text in Xamarin

More
IP: 192.168.0.71 8 years 9 months ago #12493 by wik865
I'm trying to figure out how to remove the default red text that says 'AvialMem:...' when viewing a pdf inside of a Xamarin.Android application.

I have purchased a license and activated it and everything seems to work, just still seeing the default text.

I have found the Android knowledge base article, but that doesn't seem to be what I'm looking for.
www.radaeepdf.com/support/knowledge-base...kb&prodid=1&catid=10

Also, I have found the Xamarin knowledge base article, but that also doesn't seem to have anything about removing that text:
www.radaeepdf.com/support/knowledge-base...component&kbartid=79


Any help would be greatly appreciated.
More
IP: 192.168.0.71 8 years 9 months ago #12494 by support
You need to call Global.DebugMode = false, in RadaeePluginCallback.IPDFReaderListener.WillShowReader:

Code:
public void WillShowReader { Global.DebugMode = false; }

You can also check Xamarin plugin configurations
More
IP: 192.168.0.71 8 years 9 months ago #12498 by wik865
Great that code worked for me.

Thanks for the help
Time to create page: 0.423 seconds
Powered by Kunena Forum