'DeclarationPublic Overloads Function PrinterImage( _ ByVal Bits As System.Integer, _ ByVal Planes As System.Integer, _ ByVal ShowAnnotations As System.Boolean, _ ByVal Zoom As System.Single, _ ByVal Area As System.Drawing.Rectangle, _ ByVal SquarePixels As System.Boolean, _ ByVal Frame As System.Integer _ ) As DicomImage
public DicomImage PrinterImage( System.int Bits, System.int Planes, System.bool ShowAnnotations, System.float Zoom, System.Drawing.Rectangle Area, System.bool SquarePixels, System.int Frame )
Parameters
- Bits
Bit depth of final image (must be 8-16, but always 8 when Planes=3)
- Planes
1 for monochrome and 3 for colour
- ShowAnnotations
Controls whether annotations are "burnt-in" to the new image
- Zoom
Zoom to apply to new image
- Area
The area of the original image to use
- SquarePixels
Controls whether Image Aspect Ratio is used - if true, then output pixels are square, but if false, then they retain their original aspect ratio
If ShowAnnotations is true, then this parameter is ignored and treated as true.
- Frame
The frame number to use. This is 1-index, i.e. first frame is 1 not 0