'Declaration
Public Overloads Function SaveAnnotationsToXMPEx( _ ByVal Stream As Stream _ ) As GdPictureStatus
public GdPictureStatus SaveAnnotationsToXMPEx( Stream Stream )
public function SaveAnnotationsToXMPEx( Stream: Stream ): GdPictureStatus;
public function SaveAnnotationsToXMPEx( Stream : Stream ) : GdPictureStatus;
public: GdPictureStatus SaveAnnotationsToXMPEx( Stream* Stream )
public: GdPictureStatus SaveAnnotationsToXMPEx( Stream^ Stream )
Parameters
- Stream
- A System.IO.Stream object where all GdPicture/XMP annotations from the currently displayed document will be saved to. This Stream object must be initialized before it can be sent into this method and it should remain open for subsequent use.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.
We strongly recommend always checking this status first.