Table of Contents

Method Save

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

Save(Stream)

Saves the embedded file to the specified stream.

public void Save(Stream stream)

Parameters

stream Stream

The stream to save the embedded file to.

Save(string)

Saves the embedded file to the file with specified name.

public void Save(string fileName)

Parameters

fileName string

The name of the file to save the embedded file to.