CaptureBackColour Property
User defined background colour for image output of PrinterImage, Bitmap and SubImage methods Default is Black background
public System.Drawing.Color CaptureBackColour {get; set;}
public read-write property CaptureBackColour: System.Drawing.Color;
public function get,set CaptureBackColour : System.Drawing.Color
public: __property System.Drawing.Color get_CaptureBackColour();
public: __property void set_CaptureBackColour(
System.Drawing.Color value
);
public:
property System.Drawing.Color CaptureBackColour {
System.Drawing.Color get();
void set ( System.Drawing.Color value);
}
'Declaration
Public Property CaptureBackColour As System.Drawing.Color
'Usage
Dim instance As DicomImage
Dim value As System.Drawing.Color
instance.CaptureBackColour = value
value = instance.CaptureBackColour
Target Platforms: .NET CLR 4.8 or higher