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






    CaptureBackColour Property
    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
    Remarks
    Default is Black background
    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also