LAUREL BRIDGE

PagerView Method

DICOM Connectivity Framework V3.4
Run the pager with the path argument.

Namespace:  LaurelBridge.DCFExamples.Common
Assemblies:   BasicFileLogging (in BasicFileLogging.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  CharacterSetEncoding (in CharacterSetEncoding.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  EncodeDecodeUnicode (in EncodeDecodeUnicode.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  SessionLogging (in SessionLogging.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
  UnicodeWideFilename (in UnicodeWideFilename.exe) Version: DCF34 r13043 DCF_3_4_56_20220408 NetFramework
Syntax

C#
public static int View(
	string path
)

Parameters

path
Type: SystemString
The name of the file to view.

Return Value

Type: Int32
The exit code of the view invocation, which is normally 0 for success.
See Also

Reference