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