In This Topic
GdPicture14 Namespace / AnnotationManager Class / LoadAnnotationsFromXMP Method

LoadAnnotationsFromXMP Method (AnnotationManager)

In This Topic
Loads the GdPicture/XMP annotations from a properly formatted file or stream and subsequently applies them to the document currently handled by this AnnotationManager object.
Overload List
OverloadDescription
Loads the GdPicture/XMP annotations from a specified XML formatted file, that has been previously generated using the SaveAnnotationsToXMP(String) method or the SaveAnnotationsToXMPEx(String) method. The loaded annotations are subsequently applied to the document currently handled by this AnnotationManager object to the selected page or all pages, respectively. This means that the loaded annotations will replace the current annotations presented in the document.

Be aware that this method only handles GdPicture/XMP annotations.

 
Loads the GdPicture/XMP annotations from an instantiated Stream object containing XML formatted data, that has been previously generated using the SaveAnnotationsToXMP(Stream) method or the SaveAnnotationsToXMPEx(Stream) method. The loaded annotations are subsequently applied to the document currently handled by this AnnotationManager object to the selected page or all pages, respectively. This means that the loaded annotations will replace the current annotations presented in the document.

Be aware that this method only handles GdPicture/XMP annotations.

 
See Also