'DeclarationPublic Property BitDepth As System.Integer
public System.int BitDepth {get; set;}
'DeclarationPublic Property BitDepth As System.Integer
public System.int BitDepth {get; set;}
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).
Default value is 12. See DicomPrint for more details of initial values.