DicomObjects.NET Core Documentation
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);
    }
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also