'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); }