LAUREL BRIDGE

Options Class

DICOM Connectivity Framework V3.4
Command line options class for parsing user options for SplitMultiframeImage
Inheritance Hierarchy

SystemObject
  LaurelBridge.DCFExamples.DicomToImageOptions

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

C#
public class Options

The Options type exposes the following members.

Constructors

  NameDescription
Public methodOptions
Initializes a new instance of the Options class
Top
Properties

  NameDescription
Public propertyInputPath
The path to the input file name to read.
Public propertyOutputPath
The path to the output file to write. The supported file extensions are: bmp, gif, jpg, jpeg, png, tif or tiff.
Top
Methods

  NameDescription
Public methodStatic memberTryParse
Try to create an instance of the Options class using the specified commandLine parameter. For an invalid command line, a failure message is written to the console.
Top
See Also

Reference