ImageGear .NET v25.2 - Updated
ImageGear.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.




In This Topic
    ImGearSelectionPage Constructor(String,Int32)
    In This Topic
    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