DicomPage.DicomPage

DicomPage(DicomImage, int)

Initializes a new instance of the DicomPage class.

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

See Also


DicomPage(DicomImage, int, LoadOptions)

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