DicomObjects.NET.V8
DicomObjects Namespace / DicomPrint Class / Colour Property



In This Topic
    Colour Property
    In This Topic
    Controls whether monochrome of colour printing is attempted
    Syntax
    'Declaration
     
    Public Property Colour As Boolean
    'Usage
     
    Dim instance As DicomPrint
    Dim value As Boolean
     
    instance.Colour = value
     
    value = instance.Colour
    public bool Colour {get; set;}
    public:
    property bool Colour {
       bool get();
       void set (    bool value);
    }
    Remarks
    If true, then the DicomPrint object attempts to use the Basic Colour Print Meta SOP Class, but if false, then he Basic GreyScale Print Meta SOP Class is used. The film box classes are also changed to suit, and PrintImage uses this property to ensure that images are rendered appropriately (though if the Raw parameter is true, this becomes the user's responsibility).
    Requirements

    Target Platforms: .NET CLR 4.0 or higher

    See Also