ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.UI Namespace / ArtConnection Class / Read Method / Read(String,Int32) Method
Source document identifier of an ImageGear XML art document.
Page to obtain art annotation marks.




In This Topic
    Read(String,Int32) Method
    In This Topic
    Reads a XML source document and converts it to a JSON string.
    Syntax
    'Declaration
     
    Public Overloads Function Read( _
       ByVal documentIdentifier As String, _
       ByVal pageNumber As Integer _
    ) As String
    'Usage
     
    Dim instance As ArtConnection
    Dim documentIdentifier As String
    Dim pageNumber As Integer
    Dim value As String
     
    value = instance.Read(documentIdentifier, pageNumber)
    public string Read( 
       string documentIdentifier,
       int pageNumber
    )
    public: string* Read( 
       string* documentIdentifier,
       int pageNumber
    ) 
    public:
    String^ Read( 
       String^ documentIdentifier,
       int pageNumber
    ) 

    Parameters

    documentIdentifier
    Source document identifier of an ImageGear XML art document.
    pageNumber
    Page to obtain art annotation marks.

    Return Value

    An ImageGear Asp.Net JSON art string.
    Remarks

    Page numbers start at zero for the first page in a document.

    See Also