Outputs ImageGear XML art mark annotations to a document.
Syntax
'Declaration
Public Overloads Sub Write( _
ByVal As String, _
ByVal As Integer, _
ByVal As String _
)
'Usage
Dim instance As ArtConnection
Dim documentIdentifier As String
Dim pageNumber As Integer
Dim artPageJson As String
instance.Write(documentIdentifier, pageNumber, artPageJson)
public void Write(
string ,
int ,
string
)
public: void Write(
string* ,
int ,
string*
)
public:
void Write(
String^ ,
int ,
String^
)
Parameters
- documentIdentifier
- Output document identifier of an ImageGear XML art document.
- pageNumber
- Page to update art annotation marks in the document.
- artPageJson
- JSON string of art annotation marks to save to the document.
See Also