Jpeg2000EncoderGetEncoderOptions Method |
Returns the encoder options for a specific tile and component.
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 protected virtual Jpeg2000EncoderOptions GetEncoderOptions(
int tileLocation,
int channel
)
Protected Overridable Function GetEncoderOptions (
tileLocation As Integer,
channel As Integer
) As Jpeg2000EncoderOptions
Parameters
- tileLocation
- Type: SystemInt32
index of tile counting from left-top - channel
- Type: SystemInt32
index of color component
Return Value
Type:
Jpeg2000EncoderOptions Returns the encoder options for a specific tile and component.
Remarks Override this method to set encoder options for a specific tile and component. This method by default
will use the
EncoderOptions as specified in this Jpeg2000Encoder class.
Normally, this method does not need to be overriden.
See Also