PdfDocumentLoaded

public interface PdfDocumentLoaded implements BrowserEvent

An event fired when a PDF document has been loaded successfully.

Since

8.17.0

Functions

Link copied to clipboard
public Browser browser()
Returns the Browser instance initiated this event.
Link copied to clipboard
public Frame frame()
Returns the frame that loaded the PDF document.
Link copied to clipboard
public String url()
Returns the URL of the PDF document.