'Declaration <DescriptionAttribute("A value indicating whether the image with zoom of image viewer is used for preview image processing.")> <DefaultValueAttribute(False)> Public Property UseViewerZoomForPreviewProcessing As Boolean
[Description("A value indicating whether the image with zoom of image viewer is used for preview image processing.")] [DefaultValue(False)] public bool UseViewerZoomForPreviewProcessing { get; set; }
[Description("A value indicating whether the image with zoom of image viewer is used for preview image processing.")] [DefaultValue(False)] public: __property bool get_UseViewerZoomForPreviewProcessing(); public: __property void set_UseViewerZoomForPreviewProcessing(
bool value
);
[Description("A value indicating whether the image with zoom of image viewer is used for preview image processing.")] [DefaultValue(False)] public:
property bool UseViewerZoomForPreviewProcessing { bool get(); void set(bool value); }
Property Value
Значение по умолчанию - false.