ImageGear .NET
SetPages Method (ImGearMprController)




Collection of pages.
View type of the pages.
Sets collection of pages to perform MPR on.
Syntax
public void SetPages( 
   ImGearDocumentPageArray pageArray,
   ImGearMprViewType viewType
)
public: void SetPages( 
   ImGearDocumentPageArray* pageArray,
   ImGearMprViewType viewType
) 
public:
void SetPages( 
   ImGearDocumentPageArray^ pageArray,
   ImGearMprViewType viewType
) 
'Declaration
 
Public Sub SetPages( _
   ByVal pageArray As ImGearDocumentPageArray, _
   ByVal viewType As ImGearMprViewType _
) 
 
'Usage
 
Dim instance As ImGearMprController
Dim pageArray As ImGearDocumentPageArray
Dim viewType As ImGearMprViewType
 
instance.SetPages(pageArray, viewType)

Parameters

pageArray
Collection of pages.
viewType
View type of the pages.
See Also

Reference

ImGearMprController Class
ImGearMprController Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback