VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsReadOnly Property
Syntax Requirements SeeAlso
In This Topic
    IsReadOnly Property (PdfAnnotation)
    In This Topic
    Gets or sets a value indicating whether annotation cannot interact with the user.
    Syntax
    'Declaration
    
    <DefaultValueAttribute(False)>
    <RefreshPropertiesAttribute(Repaint)>
    <DescriptionAttribute("A value indicating whether annotation cannot interact with the user.")>
    <CategoryAttribute("Behavior")>
    Public Overridable Property IsReadOnly As Boolean
    
    
    [DefaultValue(False)]
    [RefreshProperties(Repaint)]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [Category("Behavior")]
    public virtual bool IsReadOnly { get; set; }
    
    
    [DefaultValue(False)]
    [RefreshProperties(Repaint)]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [Category("Behavior")]
    public: __property virtual bool get_IsReadOnly();
    public: __property virtual void set_IsReadOnly(
    bool value
    );
    [DefaultValue(False)]
    [RefreshProperties(Repaint)]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [Category("Behavior")]
    public:
    virtual property bool IsReadOnly { bool get(); void set(bool value); }
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also