LoadParams.Password Property

Definition

Gets the password for the loaded document.

public string? Password { [Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getPassword", "()Ljava/lang/String;", "", ApiSince=35)>]
member this.Password : string

Property Value

the password for the document.

Attributes

Remarks

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

Java documentation for android.graphics.pdf.LoadParams.getPassword().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to