'Declaration <CategoryAttribute("Behavior")> <DescriptionAttribute("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")> <DefaultValueAttribute(True)> Public Property OveralyOnUnfocusedImages As Boolean
[Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [DefaultValue(True)] public bool OveralyOnUnfocusedImages { get; set; }
[Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [DefaultValue(True)] public: __property bool get_OveralyOnUnfocusedImages(); public: __property void set_OveralyOnUnfocusedImages(
bool value
);
[Category("Behavior")] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [DefaultValue(True)] public:
property bool OveralyOnUnfocusedImages { bool get(); void set(bool value); }
Property Value
True if visual tool must overlay image onto unfocused images; otherwise, false. Default valie is true.