'Declaration <DefaultValueAttribute(False)> <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")> <RefreshPropertiesAttribute(Repaint)> Public Property IsNoView As Boolean
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")] [RefreshProperties(Repaint)] public bool IsNoView { get; set; }
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")] [RefreshProperties(Repaint)] public: __property bool get_IsNoView(); public: __property void set_IsNoView(
bool value
);
[DefaultValue(False)] [Category("Behavior")] [Description("A value indicating whether the annotation must NOT be displayed on PDF page and annotation cannot interact with the user.")] [RefreshProperties(Repaint)] public:
property bool IsNoView { bool get(); void set(bool value); }