MonobjcMonobjc Documented Class Library
NSImageCompressionFactor Field
NamespacesMonobjc.AppKitNSBitmapImageRepNSImageCompressionFactor

Identifies an NSNumber object containing the compression factor of the image.

Used only for JPEG files. JPEG compression in TIFF files is not supported, and the factor is ignored. The value is a float between 0.0 and 1.0, with 1.0 resulting in no compression and 0.0 resulting in the maximum compression possible. It’s set when reading in and used when writing out the image.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSImageCompressionFactor
Public Shared ReadOnly NSImageCompressionFactor As NSString
public:
static initonly NSString^ NSImageCompressionFactor
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)