Click or drag to resize

Jp2EncoderEncoderOptions Property

Gets or sets encoder specific options that will be used by default for the entire image.

Namespace:  Atalasoft.Imaging.Codec.Jpeg2000
Assembly:  Atalasoft.dotImage.Jpeg2000 (in Atalasoft.dotImage.Jpeg2000.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public Jp2EncoderOptions EncoderOptions { get; set; }

Property Value

Type: Jp2EncoderOptions
Remarks
If the [!:Jp2Encoder.GetEncoderOptions] is not overridden to supply specific encoder options for tiles or components, then this property will be used for encoder options for the entire encoded image.
See Also