Exports all frame 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 frame settings.The properties of the writer (if supported by the encoder options object) are neither removed nor modified.