LoadParams


public final class LoadParams
extends Object

java.lang.Object
   ↳ android.graphics.pdf.LoadParams


Represents a set of parameters to load the PDF document.

Summary

Nested classes

class LoadParams.Builder

Builder for constructing LoadParams

Public methods

String getPassword()

Gets the password for the loaded document.

Inherited methods

Public methods

getPassword

public String getPassword ()

Gets the password for the loaded document. Returns null if not set.

Returns
String the password for the document.