ComponentOne PDF for .NET
C1.C1Pdf Namespace / PdfFieldBase Class / IsReadOnly Property

In This Topic
    IsReadOnly Property (PdfFieldBase)
    In This Topic
    Gets or sets a value indicating whether the current PdfFieldBase represents a read-only field.
    Syntax
    'Declaration
     
    
    Public Property IsReadOnly As Boolean
    public bool IsReadOnly {get; set;}
    See Also