Jpeg2000EncoderEncoderOptions 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 Jpeg2000EncoderOptions EncoderOptions { get; set; }
Public Property EncoderOptions As Jpeg2000EncoderOptions
Get
Set
Property Value
Type:
Jpeg2000EncoderOptionsRemarks If the
GetEncoderOptions(Int32, Int32) 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