Exports all writer settings into the existing encoder options object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Overridable Sub ExportEncoderOptions ( _ options As IEncoderOptions _ )
public virtual void ExportEncoderOptions( IEncoderOptions options )
Type: Aurigma.GraphicsMill.Codecs.IEncoderOptions
An object which implements IEncoderOptions interface and should contain the writer settings.The properties of the frame (if supported by the encoder options object) are neither removed nor modified.