ImageGear22.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearMprProcessor Class > ImGearMprProcessor Constructor : ImGearMprProcessor Constructor(IEnumerable<ImGearPage>,ImGearMprViewType) |
'Declaration Public Function New( _ ByVal pages As IEnumerable(Of ImGearPage), _ ByVal orientation As ImGearMprViewType _ )
'Usage Dim pages As IEnumerable(Of ImGearPage) Dim orientation As ImGearMprViewType Dim instance As New ImGearMprProcessor(pages, orientation)
public ImGearMprProcessor( IEnumerable<ImGearPage> pages, ImGearMprViewType orientation )
public: ImGearMprProcessor( IEnumerable<ImGearPage*>* pages, ImGearMprViewType orientation )
public: ImGearMprProcessor( IEnumerable<ImGearPage^>^ pages, ImGearMprViewType orientation )
Exception | Description |
---|---|
System.ArgumentNullException | pages 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. |