ImageGear .NET v24.12 - Updated
UpdateNativeAnnotationLists Method




ImageGear24.Web.Services Assembly > ImageGear.Web.DataProviders Namespace > MarkupArtDataConnection Class : UpdateNativeAnnotationLists Method
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

Reference

MarkupArtDataConnection Class
MarkupArtDataConnection Members