The image mirroring item property mirrors the image about either a vertical or horizontal axis.
| Name | Type | Description | Notes |
|---|---|---|---|
| toString() | String | Text summary of the box. |
| Name | Type | Description | Notes |
|---|---|---|---|
| axis | byte | Specifies a vertical (axis = 0) or horizontal (axis = 1) axis for the mirroring operation. |
| Name | Description | Parameters |
|---|---|---|
| ImageMirror | Create the box object from the bitstream and box size. | BitStreamReader stream - File stream. long size - Box size in bytes. |