Document.Save

Document.Save method

Saves this document to a device.

[Obsolete("Save is deprecated beginning from 24.3, please use SaveAsPdf or SaveAsImage methods in derived classes instead. In 24.6 this method will be closed")]
public abstract void Save(Device device, SaveOptions options)
ParameterTypeDescription
deviceDeviceAn output device.
optionsSaveOptionsContains flags that specify output of errors thrown during conversion.

See Also