GdPicture.NET.14.WEB.DocuVieware
GdPicture14.WEB Namespace / DocuVieware Class / LoadAnnotations Method
A System.IO.Stream object from which the annotations will be loaded.

In This Topic
LoadAnnotations Method (DocuVieware)
In This Topic
Load document's annotations from a stream.
Syntax
'Declaration
 
Public Function LoadAnnotations( _
   ByVal Annotations As Stream _
) As GdPicture14.GdPictureStatus
public GdPicture14.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