'Declaration
Public Sub PrintImage( _ ByVal Image As DicomDataSet, _ ByVal Raw As Boolean _ )
'Usage
Dim instance As DicomPrint Dim Image As DicomDataSet Dim Raw As Boolean instance.PrintImage(Image, Raw)
public void PrintImage( DicomDataSet Image, bool Raw )
public: void PrintImage( DicomDataSet^ Image, bool Raw )
Parameters
- Image
The image to print
- Raw
If true, the image is presumed to be pre-formatted (e.g. from a PrinterImage method), and is sent without modification, but if false (the norm), then an internal PrinterImage method is called first, thereby "fixing" the windowing, and (if UseLabels is true) adding any annotations.