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