'Declaration
Public Function SaveAnnotations( _ ByVal Annotations As Stream, _ ByVal AllPages As Boolean _ ) As GdPicture14.GdPictureStatus
public GdPicture14.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.