In This Topic
The following tables list the members exposed by
JpegPage.
Public Properties
| Name | Description |
 | BinaryAnnotations | Gets or sets the Vintasoft binary annotations associated with the JPEG page as byte array. |
 | BitsPerPixel | Gets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method. |
 | ColorSpace | Gets the color space of this page. |
 | EcsCount | Gets the number of entropy-coded segments of this JPEG page. |
 | Exif | Gets or sets the Exif data stored in Jpeg page. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in an JPEG page. |
 | Height | Gets the height, in pixels, of this JPEG page. |
 | IsChanged | Gets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock) |
 | IsVirtual | Gets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock) |
 | Length | Gets the length of this image file block. (Inherited from ImageFileBlock) |
 | McuHeight | Gets the height of MCU (minimal coded unit) of this page. |
 | Offset | Gets the offset of this image file block. (Inherited from ImageFileBlock) |
 | OperationMode | Gets the mode of coding process of this page. |
 | Palette | Gets the palette of this JPEG page. |
 | Resolution | Gets or sets the resolution, in pixels per inch, of this JPEG page. |
 | RestartInterval | Gets the restart interval of this JPEG page, i.e. the number of MCUs per entropy-coded segment. |
 | SourceBitsPerPixel | Gets the number of bits per pixel for image data stored in JPEG image. |
 | Width | Gets the width, in pixels, of this JPEG page. |
 | XmpAnnotations | Gets or sets the annotations associated with the JPEG page as byte array. |
Protected Properties
Public Methods
| Name | Description |
 | CompareTo | Compares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock) |
 | GetImage | Overloaded. Returns the image associated with this JPEG page. |
 | GetImageRect | Overloaded. Returns an image of scaled rectangle of this page. |
 | Save | Overloaded. Saves block to the source, connects block with the source, removes virtual data. |
Protected Methods
Public Events
See Also