ImageGear .NET - Updated October 26, 2017
ReadOnly Property




ImageGear23.Formats.Pdf Assembly > ImageGear.Formats.PDF.Forms Namespace > Field Class : ReadOnly Property
Gets or sets a value indicating whether the field can or cannot be changed.
Syntax
'Declaration
 
Public Property ReadOnly As Boolean
 
'Usage
 
Dim instance As Field
Dim value As Boolean
 
instance.ReadOnly = value
 
value = instance.ReadOnly

Property Value

Whether the field's value can be changed or not.
See Also

Reference

Field Class
Field Members