Error processing SSI file
LEADTOOLS Leadtools.Documents (Leadtools.Documents assembly)

Show in webframe

GetAnnotations Method (DocumentAnnotations)






true to create and return an empty LEADTOOLS annotations container if the page does not have one originally, otherwise; false to return null if the page does not have an original container.
Gets an array of annotations container objects for all pages with a single call.
Syntax
public AnnContainer[] GetAnnotations( 
   bool createEmpty
)
'Declaration
 
Public Function GetAnnotations( _
   ByVal createEmpty As Boolean _
) As AnnContainer()
'Usage
 
Dim instance As DocumentAnnotations
Dim createEmpty As Boolean
Dim value() As AnnContainer
 
value = instance.GetAnnotations(createEmpty)
public AnnContainer[] getAnnotations(boolean createEmpty)
            
public:
array<AnnContainer^>^ GetAnnotations( 
   bool createEmpty
) 

Parameters

createEmpty
true to create and return an empty LEADTOOLS annotations container if the page does not have one originally, otherwise; false to return null if the page does not have an original container.

Return Value

An array of AnnContainer for each page. The array can contain any number of containers and in any order. The user must use the value of AnnContainer.PageNumber to determine the page(s).
Remarks

GetAnnotations and SetAnnotations can be used to get or set an array of annotations container objects for all pages with a single call. Since the annotations can be stored in a stand-alone file, calling these optimized methods can be a lot faster than iterating through each page and calling DocumentPage.GetAnnotations or DocumentPage.SetAnnotations multiple times.

The result array will contain an AnnContainer object for each page in the document (or null if createEmpty was false and the page does not have any annotations).

Each AnnContainer returned will have its AnnContainer.PageNumber property set to the 1-based page number of the page.

The LEADTOOLS Document Viewer library uses GetAnnotations to obtain the annotation container objects for all pages at once instead of calling individual DocumentPage.GetAnnotations when a new document is loaded in the viewer. And will call SetAnnotations passing any annotation container that has changed by the user instead of DocumentPage.SetAnnotations in preparations for sending the document to the converter for saving.

Requirements

Target Platforms

See Also

Reference

DocumentAnnotations Class
DocumentAnnotations Members

Error processing SSI file
   Leadtools.Documents requires a Document or Medical toolkit license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features