ImageGear23.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearMprProcessor Class > ImGearMprProcessor Constructor : ImGearMprProcessor Constructor(IEnumerable<String>,ImGearMprViewType) |
'Declaration Public Function New( _ ByVal files As IEnumerable(Of String), _ ByVal orientation As ImGearMprViewType _ )
'Usage Dim files As IEnumerable(Of String) Dim orientation As ImGearMprViewType Dim instance As New ImGearMprProcessor(files, orientation)
public ImGearMprProcessor( IEnumerable<string> files, ImGearMprViewType orientation )
public: ImGearMprProcessor( IEnumerable<string*>* files, ImGearMprViewType orientation )
public: ImGearMprProcessor( IEnumerable<String^>^ files, ImGearMprViewType orientation )
Exception | Description |
---|---|
System.ArgumentNullException | files is null reference (Nothing in Visual Basic). |
ImageGear.Core.ImGearException | Not enough pages. -or- Pages have different dimensions. -or- Pages have different color spaces. -or- Pages have different bit depths. |