LAUREL BRIDGE

USImageLoadImage Method

DICOM Connectivity Framework V3.4
Factory method to return a USImage object given the current Options.

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

C#
public static USImage LoadImage(
	Options options
)

Parameters

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

Return Value

Type: USImage
an USImage.
See Also

Reference