toggle menu
JxBrowser
8.17.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.plugin.event
/
[jvm]PdfDocumentLoadFailed
Pdf
Document
Load
Failed
public
interface
PdfDocumentLoadFailed
implements
BrowserEvent
An event fired when a PDF document has failed to load.
Since
8.17.0
Members
Functions
browser
Link copied to clipboard
public
Browser
browser
(
)
Returns the
Browser
instance initiated this event.
frame
Link copied to clipboard
public
Frame
frame
(
)
Returns the frame that attempted to load the PDF document.
url
Link copied to clipboard
public
String
url
(
)
Returns the URL of the PDF document that failed to load.