ImageGear .NET
ImGearMprProcessor Constructor(ImGearDocumentPageArray,ImGearMprViewType)




Collection of pages in corresponding orientation.
Orientation of pages.
Initializes a new instance of the ImGearMprProcessor class.
Syntax
public ImGearMprProcessor( 
   ImGearDocumentPageArray pages,
   ImGearMprViewType orientation
)
public: ImGearMprProcessor( 
   ImGearDocumentPageArray* pages,
   ImGearMprViewType orientation
)
public:
ImGearMprProcessor( 
   ImGearDocumentPageArray^ pages,
   ImGearMprViewType orientation
)
'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
System.ArgumentNullExceptionpages is null reference (Nothing in Visual Basic).
ImageGear.Core.ImGearExceptionNot 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

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback