Exports all writer settings into the existing encoder options object.
Namespace:
Aurigma.GraphicsMill.Codecs
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Sub ExportEncoderOptions ( _
options As IEncoderOptions _
)
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.