ImageGear .NET - Updated May 1, 2018
ImGearMprProcessor Constructor(ImGearDocumentPageArray,ImGearMprViewType)




ImageGear24.Formats.Dicom Assembly > ImageGear.Formats.DICOM Namespace > ImGearMprProcessor Class > ImGearMprProcessor Constructor : ImGearMprProcessor Constructor(ImGearDocumentPageArray,ImGearMprViewType)
Collection of pages in corresponding orientation.
Orientation of pages.
Initializes a new instance of the ImGearMprProcessor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal pages As ImGearDocumentPageArray, _
   ByVal orientation As ImGearMprViewType _
)
 
'Usage
 
Dim pages As ImGearDocumentPageArray
Dim orientation As ImGearMprViewType
 
Dim instance As New ImGearMprProcessor(pages, orientation)

Parameters

pages
Collection of pages in corresponding orientation.
orientation
Orientation of pages.
Exceptions
ExceptionDescription
pages is null reference (Nothing in Visual Basic).
Not enough pages.

-or-

Pages have different dimensions.

-or-

Pages have different color spaces.

-or-

Pages have different bit depths.

See Also

Reference

ImGearMprProcessor Class
ImGearMprProcessor Members
Overload List