'Declaration
Public Overloads Function SaveAnnotationsToXMPEx( _ ByVal FilePath As String _ ) As GdPictureStatus
public GdPictureStatus SaveAnnotationsToXMPEx( string FilePath )
public function SaveAnnotationsToXMPEx( FilePath: String ): GdPictureStatus;
public function SaveAnnotationsToXMPEx( FilePath : String ) : GdPictureStatus;
public: GdPictureStatus SaveAnnotationsToXMPEx( string* FilePath )
public: GdPictureStatus SaveAnnotationsToXMPEx( String^ FilePath )
Parameters
- FilePath
- The file path of the XML formatted file to create and save all GdPicture/XMP annotations from the displayed document.
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.