In This Topic
The following tables list the members exposed by
ImagePage.
Protected Constructors
Public Properties
| Name | Description |
 | BitsPerPixel | Gets the number of bits per pixel of the image page. |
 | HasResolution | Gets a value indicating whether the information about image resolution is stored in an image page. |
 | Height | Gets the height, in pixels, of the image 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) |
 | Offset | Gets the offset of this image file block. (Inherited from ImageFileBlock) |
 | Palette | Gets the palette of the image page. |
 | Resolution | Gets or sets the resolution, in pixels per inch, of the image page. |
 | SourceBitsPerPixel | Gets the number of bits per pixel of image data of the image page. |
 | Width | Gets the width, in pixels, of the image page. |
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 image page. |
 | Save | Overloaded. Saves block to the source, connects block with the source, removes virtual data. (Inherited from ImageFileBlock) |
Protected Methods
Public Events
See Also