MonobjcMonobjc Documented Class Library
kCGImageSourceThumbnailMaxPixelSize Field
NamespacesMonobjc.ApplicationServicesCGImageSourcekCGImageSourceThumbnailMaxPixelSize

The maximum width and height in pixels of a thumbnail. If this key is not specified, the width and height of a thumbnail is not limited and thumbnails may be as big as the image itself. If present, this key must be a CFNumber value. This key can be provided in the options dictionary that you pass to the function CGImageSourceCreateThumbnailAtIndex.

Available in Mac OS X v10.4 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString kCGImageSourceThumbnailMaxPixelSize
Public Shared ReadOnly kCGImageSourceThumbnailMaxPixelSize As NSString
public:
static initonly NSString^ kCGImageSourceThumbnailMaxPixelSize
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)