This documentation is archived and is not being maintained.
Bitmap Properties
.NET Framework (current version)
Namespace:
System.DrawingAssembly:
System.Drawing (in System.Drawing.dll)
| Name | Description |
|---|
 | Flags | Gets attribute flags for the pixel data of this Image.(Inherited from Image.) |
 | FrameDimensionsList | Gets an array of GUIDs that represent the dimensions of frames within this Image.(Inherited from Image.) |
 | Height | Gets the height, in pixels, of this Image.(Inherited from Image.) |
 | HorizontalResolution | Gets the horizontal resolution, in pixels per inch, of this Image.(Inherited from Image.) |
 | Palette | Gets or sets the color palette used for this Image.(Inherited from Image.) |
 | PhysicalDimension | Gets the width and height of this image.(Inherited from Image.) |
 | PixelFormat | Gets the pixel format for this Image.(Inherited from Image.) |
 | PropertyIdList | Gets IDs of the property items stored in this Image.(Inherited from Image.) |
 | PropertyItems | Gets all the property items (pieces of metadata) stored in this Image.(Inherited from Image.) |
 | RawFormat | Gets the file format of this Image.(Inherited from Image.) |
 | Size | Gets the width and height, in pixels, of this image.(Inherited from Image.) |
 | Tag | Gets or sets an object that provides additional data about the image.(Inherited from Image.) |
 | VerticalResolution | Gets the vertical resolution, in pixels per inch, of this Image.(Inherited from Image.) |
 | Width | Gets the width, in pixels, of this Image.(Inherited from Image.) |
Return to top