Interface IGorgonImageCodecEncodingOptions
Provides options used when encoding a IGorgonImage for persistence.
Namespace: Gorgon.Graphics.Imaging.Codecs
Assembly: Gorgon.Graphics.Imaging.dll
Syntax
public interface IGorgonImageCodecEncodingOptions
Properties
| Edit this page View SourceOptions
Property to return the list of options available to the codec.
Declaration
IGorgonOptionBag Options { get; }
Property Value
Type | Description |
---|---|
IGorgonOptionBag |
SaveAllFrames
Property to set or return whether all frames in an image array should be persisted.
Declaration
bool SaveAllFrames { get; set; }
Property Value
Type | Description |
---|---|
bool |
Remarks
This flag only applies to codecs that support multiple image frames. For all other codec types, this flag will be ignored.