ProtectPdfRequest.EnablePrinting Property

Definition

Protect the PDF file from being printed out

[System.Text.Json.Serialization.JsonPropertyName("allowPrinting")]
public bool? EnablePrinting { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("allowPrinting")>]
member this.EnablePrinting : Nullable<bool> with get, set
Public Property EnablePrinting As Nullable(Of Boolean)

Property Value

Attributes

Applies to