SetAnnotations Method (original) (raw)
Summary
Updates the annotations container objects for one or more pages with a single call.
Syntax
public void setAnnotations(AnnContainer[] containers)
Parameters
containers
An array of AnnContainer objects to update. The user must set the
AnnContainer.PageNumber of each item to the desired value of the page(s) to be updated. if this value isnull, then all the container of all the pages in document will be cleared (this is the equivalent of iterating through eachDocumentPage in the document and calling SetAnnotations with null parameter).