VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Codecs.ImageFiles.Raw Namespace / Cr2Page Class
In This Topic
Cr2Page Class Properties
In This Topic
For a list of all properties of this type, see 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)
See Also