PDFView4NET WinForms Edition
ReadOnly Property




O2S.Components.PDFView4NET.Forms Namespace > PDFField Class : ReadOnly Property
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 get_ReadOnly();
public: __property void set_ReadOnly( 
   bool value
);
public:
property bool ReadOnly {
   bool get();
   void set (    bool value);
}

Property Value

True if the field is read-only, false otherwise. Default is false.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PDFField Class
PDFField Members