A System.IO.Stream object where the annotations will be saved.
When the parameter is set on "true", annotations on all pages will be saved. Otherwise only the annotations of the current page will be saved.

In This Topic

SaveAnnotations Method (DocuViewareControl)

In This Topic
Saves the document's annotations into a stream.
Syntax
'Declaration
 
Public Function SaveAnnotations( _
   ByVal Stream As Stream, _
   ByVal AllPages As Boolean _
) As GdPictureStatus
public GdPictureStatus SaveAnnotations( 
   Stream Stream,
   bool AllPages
)

Parameters

Stream
A System.IO.Stream object where the annotations will be saved.
AllPages
When the parameter is set on "true", annotations on all pages will be saved. Otherwise only the annotations of the current page will be saved.

Return Value

A member of the GdPictureStatus enumeration.
See Also