VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsReadOnly Property
Синтаксис Требования Смотрите также
В этом разделе
    IsReadOnly Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает значение, указывающее, не может ли аннотация взаимодействовать с пользователем.
    Синтаксис
    'Declaration
    
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A value indicating whether annotation cannot interact with the user.")>
    <RefreshPropertiesAttribute(Repaint)>
    <DefaultValueAttribute(False)>
    Public Overridable Property IsReadOnly As Boolean
    
    
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    public virtual bool IsReadOnly { get; set; }
    
    
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    public: __property virtual bool get_IsReadOnly();
    public: __property virtual void set_IsReadOnly(
    bool value
    );
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot interact with the user.")]
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    public:
    virtual property bool IsReadOnly { bool get(); void set(bool value); }
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также