LAUREL BRIDGE

SCImageLoadImage Method

DICOM Connectivity Framework V3.4
Factory method to return an SCImage object given the current Options.

Namespace:  LaurelBridge.DCF.Examples.BitmapToDicom
Assembly:  BitmapToDicom (in BitmapToDicom.exe) Version: DCF34 r11538 DCF_3_4_24_20190319
Syntax

C#
public static SCImage LoadImage(
	Options options
)

Parameters

options
Type: LaurelBridge.DCF.Examples.BitmapToDicomOptions
The options for the type of conversion.

Return Value

Type: SCImage
an SCImage.
See Also

Reference