ImageGear for .NET
Write(String,IEnumerable<ArtPageJsonPair>) Method
See Also  Send Feedback
ImageGear21.Web.Services Assembly > ImageGear.Web.UI Namespace > ArtConnection Class > Write Method : Write(String,IEnumerable<ArtPageJsonPair>) Method




documentIdentifier
Output document identifier of an ImageGear XML art document.
pagesToWrite
List of objects containing a JSON string with page number to be updated.

Glossary Item Box

Outputs ImageGear XML art mark annotations over many pages.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Parameters

documentIdentifier
Output document identifier of an ImageGear XML art document.
pagesToWrite
List of objects containing a JSON string with page number to be updated.

Remarks

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

If the page exists in the document, it will be replaced with the art annotation being supplied. If the page number is greater than the number of pages in the document, the page will be appended but any missing pages between the document's last page and the new page location will be filled with pages of empty annotations. As an example, an existing two page annotated document that has a sixth page added will save the annotations on the sixth page with pages three, four and five filled with no annotation marks.

The pages in the list may be in any random non-sequential order.

This method uses a TransactionScope System.Transactions.TransactionScope object when it writes to prevent concurrency writing issues.

See Also

©2013. Accusoft Corporation. All Rights Reserved.