WriteBindedPresentation

WriteBindedPresentation(Stream)

Writes binded presentation to stream.

public void WriteBindedPresentation(Stream stream)
ParameterTypeDescription
streamStreamThe stream must be seekable and writable.

See Also


WriteBindedPresentation(string)

Writes binded presentation to file.

public void WriteBindedPresentation(string file)
ParameterTypeDescription
fileStringPresentation file.

See Also