[Description("Indicates whether current viewer rectangle is used to preview the image processing.")] [DefaultValue(True)] public bool UseCurrentViewerRectWhenPreviewProcessing { get; set; }
[Description("Indicates whether current viewer rectangle is used to preview the image processing.")] [DefaultValue(True)] public: __property bool get_UseCurrentViewerRectWhenPreviewProcessing(); public: __property void set_UseCurrentViewerRectWhenPreviewProcessing(
bool value
);
[Description("Indicates whether current viewer rectangle is used to preview the image processing.")] [DefaultValue(True)] public:
property bool UseCurrentViewerRectWhenPreviewProcessing { bool get(); void set(bool value); }
'Declaration <DescriptionAttribute("Indicates whether current viewer rectangle is used to preview the image processing.")> <DefaultValueAttribute(True)> Public Property UseCurrentViewerRectWhenPreviewProcessing As Boolean
Property Value
Default value is true.