DicomPage

DicomPage constructor (1 of 2)

Initializes a new instance of the DicomPage class.

public DicomPage(DicomImage image, int index)
ParameterTypeDescription
imageDicomImageThe image.
indexInt32The index.

See Also


DicomPage constructor (2 of 2)

Initializes a new instance of the DicomPage class.

public DicomPage(DicomImage image, int index, LoadOptions loadOptions)
ParameterTypeDescription
imageDicomImageThe image.
indexInt32The index.
loadOptionsLoadOptionsThe load options.

See Also