Method Save
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Save(string)
Saves this metadata to the specified file.
public void Save(string fileName)
Parameters
fileName
stringA string that contains the name of the file to which to save this metadata.
Save(Stream)
Saves this metadata to the specified stream.
public void Save(Stream stream)
Parameters
stream
StreamThe stream where the metadata will be saved.
Remarks
The stream
must be a stream that supports writing.
Otherwise, the method throws an exception of PdfException type.