VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Pdf.Tree.Annotations Namespace / PdfAnnotation Class / IsLocked Property
Синтаксис Требования Смотрите также
В этом разделе
    IsLocked Свойство (PdfAnnotation)
    В этом разделе
    Возвращает или задает значение, указывающее, нельзя ли удалить аннотацию с PDF страницы, а также свойства аннотации (включая положение и размер) не могут быть изменены пользователем.
    Синтаксис
    'Declaration
    
    <RefreshPropertiesAttribute(Repaint)>
    <DefaultValueAttribute(False)>
    <CategoryAttribute("Behavior")>
    <DescriptionAttribute("A value indicating whether annotation cannot be deleted from PDF page, also annotation properties (including position and size) cannot be modified by the user.")>
    Public Property IsLocked As Boolean
    
    
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot be deleted from PDF page, also annotation properties (including position and size) cannot be modified by the user.")]
    public bool IsLocked { get; set; }
    
    
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot be deleted from PDF page, also annotation properties (including position and size) cannot be modified by the user.")]
    public: __property bool get_IsLocked();
    public: __property void set_IsLocked(
    bool value
    );
    [RefreshProperties(Repaint)]
    [DefaultValue(False)]
    [Category("Behavior")]
    [Description("A value indicating whether annotation cannot be deleted from PDF page, also annotation properties (including position and size) cannot be modified by the user.")]
    public:
    property bool IsLocked { 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

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