XFINIUM.PDF Documentation
ReadOnly Property (PdfField)



Gets or sets a value indicating whether the field is read-only.
Syntax
'Declaration
 
Public Property ReadOnly As Boolean
'Usage
 
Dim instance As PdfField
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly
public bool ReadOnly {get; set;}
public:
property bool ReadOnly {
   bool get();
   void set (    bool value);
}

Property Value

If true, the user may not change the value of the field. Any associated widget annotations will not interact with the user; that is, they will not respond to mouse clicks or change their appearance in response to mouse motions.
Requirements

Supported .NET Platforms: .NET 2.0 - .NET 4.6, Windows Forms, ASP.NET, Windows Presentation Foundation 4.x, Silverlight 5, WinRT, Universal Windows Platform, Windows Phone 8 & 8.1, Xamarin iOS & Android, Portable Class Library


Target Platforms:Windows 10, Windows 8.1, Windows 8 , Windows 7, Windows Vista SP1 or later, Windows Server 2008, Windows Server 2008 R2

See Also

Reference

PdfField Class
PdfField Members

Send Feedback