Skip to content

Indicators

  • Set the hex color code for the visual elements (one for all):
DocumentReader.Instance().Customization().Edit().SetTintColor("#ff0000").Apply();
RGLDocReader.Shared.Customization.TintColor = UIColor.Red;

  • Set the hex color code for the loading indicator(s). You can see it if you tap the Capture button:
DocumentReader.Instance().Customization().Edit().SetActivityIndicatorColor("#4dba41").Apply();
RGLDocReader.Shared.Customization.ActivityIndicatorColor = UIColor.Red;

Next Steps