MonobjcMonobjc Documented Class Library
kCIInputAllowDraftModeKey Field
NamespacesMonobjc.QuartzCoreCIFilterkCIInputAllowDraftModeKey

A key for allowing draft mode. The associated value is a Boolean value packaged as an NSNumber object. It’s best not to use draft mode if the image needs to be drawn without draft mode at a later time, because changing the value from YES to NO is an expensive operation. If the optional scale factor is smaller than a certain value, additionally setting draft mode can improve image decoding speed without any perceivable loss of quality. However, turning on draft mode does not have any effect if the scale factor is not below this threshold.

Available in Mac OS X v10.5 and later.

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