Click or drag to resize

WebAnnotationViewerLoadAnnotationData Method

Loads annotation data from a file using the AnnotationDataFormat property and adds the annotations to the underlying WebAnnotationController.
Overload List
  NameDescription
Public methodLoadAnnotationData(Stream)
Loads annotation data from a stream using the AnnotationDataFormat property and adds annotations to the underlying WebAnnotationController.
Public methodLoadAnnotationData(String)
Loads annotation data from a file using the AnnotationDataFormat property and adds annotations to the underlying WebAnnotationController.
Top
See Also