Table of Contents

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 string

A string that contains the name of the file to which to save this metadata.

Remarks

This method requires a valid license data added to license manager. Otherwise, the method throws an exception of InvalidOperationException type.

Save(Stream)

Saves this metadata to the specified stream.

public void Save(Stream stream)

Parameters

stream Stream

The stream where the metadata will be saved.

Remarks

This method requires a valid license data added to license manager. Otherwise, the method throws an exception of InvalidOperationException type.

The stream must be a stream that supports writing. Otherwise, the method throws an exception of PdfException type.