VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / Cr2Page Class
Properties Methods Events SeeAlso
In This Topic
    Cr2Page Class Members
    In This Topic
    The following tables list the members exposed by Cr2Page.
    Public Properties
     NameDescription
    Public PropertyGets the number of bits per pixel for image returned by GetImage(DecodingSettings,EventHandler<ProgressEventArgs>) method. (Inherited from RawImagePageBase)
    Public PropertyGets color space of RAW page image. (Inherited from RawImagePageBase)
    Public PropertyGets a value indicating whether the information about image resolution is stored in a RAW image page. (Inherited from RawImagePageBase)
    Public PropertyGets the height, in pixels, of this image page. (Inherited from RawImagePageBase)
    Public PropertyGets or sets the interpolation method applied to the RAW image data. (Inherited from RawImagePageBase)
    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 camera maker.
    Public PropertyGets the camera model.
    Public PropertyGets the offset of this image file block. (Inherited from ImageFileBlock)
    Public PropertyGets the palette of this image page. (Inherited from RawImagePageBase)
    Public PropertyGets or sets the resolution, in pixels per inch, of this image page. (Inherited from RawImagePageBase)
    Public PropertyGets the number of bits per pixel for image data stored in CR2 image.
    Public PropertyGets or sets user specified white point for blue channel. (Inherited from RawImagePageBase)
    Public PropertyGets or sets user specified white point for green channel of RAW image data. (Inherited from RawImagePageBase)
    Public PropertyGets or sets user specified white point for red channel. (Inherited from RawImagePageBase)
    Public PropertyGets or sets the white balance method applied to the RAW image data. (Inherited from RawImagePageBase)
    Public PropertyGets the width, in pixels, of this image page. (Inherited from RawImagePageBase)
    Protected Properties
     NameDescription
    Protected PropertyGets the source of this image file block. (Inherited from ImageFileBlock)
    Public Methods
     NameDescription
    Public MethodCompares this instance to a specified object and returns an indication of their relative values. (Inherited from ImageFileBlock)
    Public MethodReleases all resources used by this Cr2Page.
    Public MethodOverloaded. Returns an image associated with this image page.
    Public MethodOverloaded. Returns a preview image associated with this image page.
    Public MethodOverloaded. Returns a RAW preview image associated with this Cr2 page.
    Public MethodOverloaded. Returns a thumbnail image associated with this image page.
    Public MethodOverloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock)
    Protected Methods
     NameDescription
    Protected MethodRaises the Changed event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Changing event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saved event. (Inherited from ImageFileBlock)
    Protected MethodRaises the Saving event. (Inherited from ImageFileBlock)
    Protected MethodReads structure of image page.
    Protected MethodSets the length of this image file block in the source. (Inherited from ImageFileBlock)
    Protected MethodWrites block data to the source. (Inherited from ImageFileBlock)
    Public Events
     NameDescription
    Public EventOccurs when image file block is changed. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is changing. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saved. (Inherited from ImageFileBlock)
    Public EventOccurs when image file block is saving. (Inherited from ImageFileBlock)
    See Also