ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.UI Namespace / ArtPageJsonPair Class / ArtPageJsonPair Constructor
Page number in ImageGear XML file.
JSON string of annotation marks.




In This Topic
    ArtPageJsonPair Constructor
    In This Topic
    Initializes a new instance of the ArtPageJsonPair class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pageNumber As Integer, _
       ByVal artMark As String _
    )
    'Usage
     
    Dim pageNumber As Integer
    Dim artMark As String
     
    Dim instance As New ArtPageJsonPair(pageNumber, artMark)
    public ArtPageJsonPair( 
       int pageNumber,
       string artMark
    )
    public: ArtPageJsonPair( 
       int pageNumber,
       string* artMark
    )
    public:
    ArtPageJsonPair( 
       int pageNumber,
       String^ artMark
    )

    Parameters

    pageNumber
    Page number in ImageGear XML file.
    artMark
    JSON string of annotation marks.
    See Also