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
GdPicture14.WEB Namespace / DocuVieware Class / SaveAnnotations Method

SaveAnnotations Method (DocuVieware)

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

Parameters

Annotations
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