'Declaration
Public Overloads Function SaveDocumentFontsInfo( _ ByVal stream As Stream _ ) As GdPictureStatus
public GdPictureStatus SaveDocumentFontsInfo( Stream stream )
public function SaveDocumentFontsInfo( stream: Stream ): GdPictureStatus;
public function SaveDocumentFontsInfo( stream : Stream ) : GdPictureStatus;
public: GdPictureStatus SaveDocumentFontsInfo( Stream* stream )
public: GdPictureStatus SaveDocumentFontsInfo( Stream^ stream )
Parameters
- stream
- The stream to write the xml output to.
Return Value
A member of the GdPictureStatus enumeration. If the method has been successfully followed, then the return value is GdPictureStatus.OK.