DicomObjects.NET.8.48 Documentation
DicomObjects Namespace / DicomImage Class / CaptureBackColour Property






In This Topic
    CaptureBackColour Property
    In This Topic
    User defined background colour for image output of PrinterImage, Bitmap and SubImage methods Default is Black background
    Syntax
    '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
    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);
    }
    Remarks
    Default is Black background
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also