Show / Hide Table of Contents

Interface NativeReflowControl.IReflowUrlLoadedListener

Namespace: pdftron.PDF.Controls
Assembly: PDFViewCtrlTools.dll
Syntax
public interface IReflowUrlLoadedListener

Methods

OnReflowExternalUrlLoaded(WebView, String)

Declaration
bool OnReflowExternalUrlLoaded(WebView view, string url)
Parameters
Type Name Description
Android.Webkit.WebView view
System.String url
Returns
Type Description
System.Boolean

OnReflowInternalUrlLoaded(WebView, String)

Declaration
bool OnReflowInternalUrlLoaded(WebView view, string url)
Parameters
Type Name Description
Android.Webkit.WebView view
System.String url
Returns
Type Description
System.Boolean
In This Article
Back to top Generated by DocFX