XmpMetadata.Save Method (Stream)

Saves this metadata to the specified stream.

Namespace:  BitMiracle.Docotic.Pdf
Assembly:  BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)

Syntax

C#
public void Save(
	Stream stream
)
VB
Public Sub Save ( 
	stream As Stream
)

Parameters

stream
Type: System.IO.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.

See Also