DicomObjects Reference
DicomObjects Reference / DicomPrint Object / BitDepth Property
In This Topic
    BitDepth Property
    In This Topic
    Description
    The Bit depth to render images to for printing
    Property type
    Read-write property
    Syntax
    Visual Basic
    Public Property BitDepth As Integer
    Remarks
    Not all printers support the same bit depths, and PrintImage uses this property to ensure that images are rendered to the appropriate number of bits before being sent to the printer (though if the Raw parameter is true, this becomes the user’s responsibility)
    See Also