ProtectPdfRequest.PDFUserPassword Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Enter an optional user password here. Each time an user opens the PDF he will be asked for this password. If you do not want a password prompt then leave this field blank
[System.Text.Json.Serialization.JsonPropertyName("newUserPassword")]
public string PDFUserPassword { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("newUserPassword")>]
member this.PDFUserPassword : string with get, set
Public Property PDFUserPassword As String
Property Value
- Attributes