'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")> <CategoryAttribute("Behavior")> Public Property OveralyOnUnfocusedImages As Boolean
[DefaultValue(True)] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [Category("Behavior")] public bool OveralyOnUnfocusedImages { get; set; }
[DefaultValue(True)] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [Category("Behavior")] public: __property bool get_OveralyOnUnfocusedImages(); public: __property void set_OveralyOnUnfocusedImages(
bool value
);
[DefaultValue(True)] [Description("A value indicating whether visual tool must overlay image onto unfocused images in multipage viewer mode.")] [Category("Behavior")] public:
property bool OveralyOnUnfocusedImages { bool get(); void set(bool value); }
Property Value
True, если визуальный инструмент должен накладывать изображение на не сфокусированные изображения; в противном случае, false. Значение по умолчанию - true.