LAUREL BRIDGE

USImageLoadImage Method

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

Namespace:  LaurelBridge.DCFExamples.BitmapToNde
Assembly:  BitmapToNde (in BitmapToNde.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public static USImage LoadImage(
	Options options
)

Parameters

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

Return Value

Type: USImage
an USImage.
See Also

Reference