Click or drag to resize

SystemImage Class

The System.Image properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemImage

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Image

The SystemImage type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberBitDepth
The System.Image.BitDepth property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Image_BitDepth. Display name Bit depth.
Public propertyStatic memberColorSpace
The System.Image.ColorSpace property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Image_ColorSpace. Display name Color representation.
Public propertyStatic memberCompressedBitsPerPixel
The System.Image.CompressedBitsPerPixel property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_Image_CompressedBitsPerPixel. Display name Compressed bits/pixel.
Public propertyStatic memberCompressedBitsPerPixelDenominator
The System.Image.CompressedBitsPerPixelDenominator property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Image_CompressedBitsPerPixelDenominator.
Public propertyStatic memberCompressedBitsPerPixelNumerator
The System.Image.CompressedBitsPerPixelNumerator property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Image_CompressedBitsPerPixelNumerator.
Public propertyStatic memberCompression
The System.Image.Compression property key. PropVariant type: VT_UI2. .NET type: System.UInt16. Shell name PKEY_Image_Compression. Display name Compression.
Public propertyStatic memberCompressionText
The System.Image.CompressionText property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Image_CompressionText.
Public propertyStatic memberCopyright
The System.Image.Copyright property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Image_Copyright.
Public propertyStatic memberDimensions
The System.Image.Dimensions property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Image_Dimensions. Display name Dimensions.
Public propertyStatic memberHorizontalResolution
The System.Image.HorizontalResolution property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_Image_HorizontalResolution. Display name Horizontal resolution.
Public propertyStatic memberHorizontalSize
The System.Image.HorizontalSize property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Image_HorizontalSize. Display name Width.
Public propertyStatic memberImageID
The System.Image.ImageID property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Image_ImageID. Display name Image ID.
Public propertyStatic memberPropertyBag
The System.Image.PropertyBag property key. PropVariant type: VT_NULL. .NET type: System.Object. Shell name PKEY_Image_PropertyBag.
Public propertyStatic memberResolutionUnit
The System.Image.ResolutionUnit property key. PropVariant type: VT_I2. .NET type: System.Int16. Shell name PKEY_Image_ResolutionUnit. Display name Resolution unit.
Public propertyStatic memberVerticalResolution
The System.Image.VerticalResolution property key. PropVariant type: VT_R8. .NET type: System.Double. Shell name PKEY_Image_VerticalResolution. Display name Vertical resolution.
Public propertyStatic memberVerticalSize
The System.Image.VerticalSize property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Image_VerticalSize. Display name Height.
Top
See Also