ImageGear .NET v24.12 - Updated
ImGearSelectionPage Constructor(String,Int32)




ImageGear24.Web Assembly > ImageGear.Web.UI Namespace > ImGearSelectionPage Class > ImGearSelectionPage Constructor : ImGearSelectionPage Constructor(String,Int32)
Document identifier of the document to which the page belongs.
Page number for the page that needs to be selected.
A constructor for creating ImGearSelectionPage object.
Syntax
'Declaration
 
Public Function New( _
   ByVal documentIdentifier As String, _
   ByVal pageNumber As Integer _
)
'Usage
 
Dim documentIdentifier As String
Dim pageNumber As Integer
 
Dim instance As New ImGearSelectionPage(documentIdentifier, pageNumber)
public ImGearSelectionPage( 
   string documentIdentifier,
   int pageNumber
)
public: ImGearSelectionPage( 
   string* documentIdentifier,
   int pageNumber
)
public:
ImGearSelectionPage( 
   String^ documentIdentifier,
   int pageNumber
)

Parameters

documentIdentifier
Document identifier of the document to which the page belongs.
pageNumber
Page number for the page that needs to be selected.
Remarks
This is an alternative constructor that takes the two properties as parameters.
See Also

Reference

ImGearSelectionPage Class
ImGearSelectionPage Members
Overload List