'Declaration <DefaultValueAttribute(True)> <DescriptionAttribute("Indicates whether current viewer rectangle is used to preview the image processing.")> Public Property UseCurrentViewerRectWhenPreviewProcessing As Boolean
[DefaultValue(True)] [Description("Indicates whether current viewer rectangle is used to preview the image processing.")] public bool UseCurrentViewerRectWhenPreviewProcessing { get; set; }
[DefaultValue(True)] [Description("Indicates whether current viewer rectangle is used to preview the image processing.")] public: __property bool get_UseCurrentViewerRectWhenPreviewProcessing(); public: __property void set_UseCurrentViewerRectWhenPreviewProcessing(
bool value
);
[DefaultValue(True)] [Description("Indicates whether current viewer rectangle is used to preview the image processing.")] public:
property bool UseCurrentViewerRectWhenPreviewProcessing { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - true.