VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Jpeg Namespace / JpegPage Class
In This Topic
    JpegPage Class Properties
    In This Topic
    For a list of all properties of this type, see JpegPage.
    Public Properties
     NameDescription
    Public PropertyGets or sets the Vintasoft binary annotations associated with the JPEG page as byte array.
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method.
    Public PropertyGets the color space of this page.
    Public PropertyGets the number of entropy-coded segments of this JPEG page.
    Public PropertyGets or sets the Exif data stored in Jpeg page.
    Public PropertyGets a value indicating whether the information about image resolution is stored in an JPEG page.
    Public PropertyGets the height, in pixels, of this JPEG page.
    Public PropertyGets a value indicating whether the image file block is changed. (Inherited from ImageFileBlock)
    Public PropertyGets a value indicating whether the image file block is virtual. (Inherited from ImageFileBlock)
    Public PropertyGets the length of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the height of MCU (minimal coded unit) of this page.
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the mode of coding process of this page.
    Public PropertyGets the palette of this JPEG page.
    Public PropertyGets or sets the resolution, in pixels per inch, of this JPEG page.
    Public PropertyGets the restart interval of this JPEG page, i.e. the number of MCUs per entropy-coded segment.
    Public PropertyGets the number of bits per pixel for image data stored in JPEG image.
    Public PropertyGets the width, in pixels, of this JPEG page.
    Public PropertyGets or sets the annotations associated with the JPEG page as byte array.
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    See Also