DicomObjects Reference
DicomObjects Reference / DicomPrint Object / Colour Property
In This Topic
    Colour Property
    In This Topic
    Description
    Controls whether to use colour printing
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property Colour As Boolean
    Remarks
    If true, then the DicomPrint objects attempts to use the Basic Colour Print Meta SOP class, but if false, then the 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)
    See Also