The Jpeg2kEncoderOptions type exposes the following members.
Name | Description | |
---|---|---|
Jpeg2kEncoderOptions | Overloaded. Creates and initializes new Jpeg2kEncoderOptions class instance. |
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToFrame |
Creates and initalizes Frame class instance with these encoder options. (Overrides EncoderOptions.ToFrame().) |
|
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
Compression |
Gets/sets a value that specifies a JPEG2000 compression type. |
|
Left |
Gets/sets left position of the frame. (Inherited from EncoderOptions.) |
|
MediaFormat |
Returns media format for which encoder options are defined. (Inherited from EncoderOptions.) |
|
ProgressionOrder |
Gets/sets a progression order (packets ordering in the code stream). |
|
Rate |
Gets/sets a compression ratio. |
|
TileHeight |
Gets/sets a JPEG2000 tile height. |
|
TileWidth |
Gets/sets a JPEG2000 tile width. |
|
Top |
Gets/sets top position of the frame. (Inherited from EncoderOptions.) |