Interface RequestPdfDocumentPasswordCallback.Params

Enclosing interface:
RequestPdfDocumentPasswordCallback

public static interface RequestPdfDocumentPasswordCallback.Params
The parameters of the RequestPdfDocumentPasswordCallback.
  • Method Summary

    Modifier and Type
    Method
    Description
    default Frame
    Returns the Frame instance that requests the password for PDF document.
    default String
    url()
    Returns a string that represents the URL of the encrypted PDF document.
  • Method Details

    • frame

      default Frame frame()
      Returns the Frame instance that requests the password for PDF document.
    • url

      default String url()
      Returns a string that represents the URL of the encrypted PDF document.