LoadParams
class LoadParams
| kotlin.Any | |
| ↳ | android.graphics.pdf.LoadParams |
Represents a set of parameters to load the PDF document.
Summary
| Nested classes | |
|---|---|
|
Builder for constructing |
|
| Public methods | |
|---|---|
| String? |
Gets the password for the loaded document. |
Public methods
getPassword
fun getPassword(): String?
Gets the password for the loaded document. Returns null if not set.
| Return | |
|---|---|
String? |
the password for the document. |