A System.IO.Stream object from which the annotations will be loaded.

In This Topic
GdPicture14.WEB Namespace / DocuVieware Class / LoadAnnotations Method

LoadAnnotations Method (DocuVieware)

In This Topic
Load document's annotations from a stream.
Syntax
'Declaration
 
Public Function LoadAnnotations( _
   ByVal Annotations As Stream _
) As GdPictureStatus
public GdPictureStatus LoadAnnotations( 
   Stream Annotations
)

Parameters

Annotations
A System.IO.Stream object from which the annotations will be loaded.

Return Value

A member of the GdPictureStatus enumeration.
See Also