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