'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 )
Parameters
- pages
- Collection of pages in corresponding orientation.
- orientation
- Orientation of pages.