ImageGear .NET v25.2 - Updated
ImageGear.Web.Services Assembly / ImageGear.Web.DataProviders Namespace / MarkupArtDataConnection Class / UpdateNativeAnnotationLists Method




In This Topic
    UpdateNativeAnnotationLists Method
    In This Topic
    Examines the given file for any embedded ART annotations and creates a new Maker Layer.
    Syntax
    'Declaration
     
    Public Sub UpdateNativeAnnotationLists( _
       ByVal documentIdentifier As String, _
       ByVal xmlArtPages As List(Of String), _
       Optional ByVal contextData As NameValueCollection _
    ) 
    'Usage
     
    Dim instance As MarkupArtDataConnection
    Dim documentIdentifier As String
    Dim xmlArtPages As List(Of String)
    Dim contextData As NameValueCollection
     
    instance.UpdateNativeAnnotationLists(documentIdentifier, xmlArtPages, contextData)
    public void UpdateNativeAnnotationLists( 
       string documentIdentifier,
       List<string> xmlArtPages,
       NameValueCollection contextData
    )
    public: void UpdateNativeAnnotationLists( 
       string* documentIdentifier,
       List<string*>* xmlArtPages,
       NameValueCollection* contextData
    ) 
    public:
    void UpdateNativeAnnotationLists( 
       String^ documentIdentifier,
       List<String^>^ xmlArtPages,
       NameValueCollection^ contextData
    ) 

    Parameters

    documentIdentifier
    xmlArtPages
    contextData
    See Also