Signin/Signup with: 
Welcome, Guest
Username: Password: Remember me
Planned SDK features
  • Page:
  • 1

TOPIC:

Remove AvialMem text in Xamarin 6 years 10 months ago #12493

  • wik865
  • wik865's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
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.

Please Log in or Create an account to join the conversation.

Remove AvialMem text in Xamarin 6 years 10 months ago #12494

  • support
  • support's Avatar
  • Offline
  • Administrator
  • Administrator
  • Posts: 692
  • Thank you received: 59
You need to call Global.DebugMode = false, in RadaeePluginCallback.IPDFReaderListener.WillShowReader:

public void WillShowReader  {
     Global.DebugMode = false;
}

You can also check Xamarin plugin configurations
The following user(s) said Thank You: wik865

Please Log in or Create an account to join the conversation.

Remove AvialMem text in Xamarin 6 years 10 months ago #12498

  • wik865
  • wik865's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 2
  • Thank you received: 0
Great that code worked for me.

Thanks for the help

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
Powered by Kunena Forum