- Posts: 2
- Thank you received: 0
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
IP: 192.168.0.71
8 years 9 months ago #12493
by wik865
Remove AvialMem text in Xamarin was created 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.
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.
IP: 192.168.0.71
8 years 9 months ago #12494
by support
Replied by support on topic Remove AvialMem text in Xamarin
You need to call Global.DebugMode = false, in RadaeePluginCallback.IPDFReaderListener.WillShowReader:
You can also check Xamarin plugin configurations
Code:
public void WillShowReader {
Global.DebugMode = false;
}
You can also check Xamarin plugin configurations
IP: 192.168.0.71
8 years 9 months ago #12498
by wik865
Replied by wik865 on topic Remove AvialMem text in Xamarin
Great that code worked for me.
Thanks for the help
Thanks for the help
Time to create page: 0.423 seconds