'Declaration <DefaultValueAttribute(False)> <DescriptionAttribute("A value indicating whether DICOM decoder must return image with overlay images.")> Public Property ShowOverlayImages As Boolean
[DefaultValue(False)] [Description("A value indicating whether DICOM decoder must return image with overlay images.")] public bool ShowOverlayImages { get; set; }
[DefaultValue(False)] [Description("A value indicating whether DICOM decoder must return image with overlay images.")] public: __property bool get_ShowOverlayImages(); public: __property void set_ShowOverlayImages(
bool value
);
[DefaultValue(False)] [Description("A value indicating whether DICOM decoder must return image with overlay images.")] public:
property bool ShowOverlayImages { bool get(); void set(bool value); }
Property Value
true - overlay images will be shown on DICOM image; false - overlay images will NOT be shown on DICOM image.
Default value is false.
Default value is false.