FillInPdfFormRequest.LockFormFields 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.
Disable fields editing after filling them
[System.Text.Json.Serialization.JsonPropertyName("lockFormFields")]
public bool? LockFormFields { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("lockFormFields")>]
member this.LockFormFields : Nullable<bool> with get, set
Public Property LockFormFields As Nullable(Of Boolean)
Property Value
- Attributes