Click or drag to resize

PdfFieldReadOnly Property

Gets or sets a flag indicating whether the field is readonly.

Namespace:  Patagames.Pdf.Net
Assemblies:   Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.81.2704
  Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.81.2704
Syntax
public bool ReadOnly { get; set; }

Property Value

Type: Boolean
If true, the user may not change the value of the field.
See Also