Share via


CSSearchableItemAttributeSet.RedEyeOn Property

Definition

Gets or sets a number with Boolean semantics that tells whether red-eye reduction was used to capture an image.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual Foundation.NSNumber? RedEyeOn { [Foundation.Export("isRedEyeOn", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setRedEyeOn:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
[<get: Foundation.Export("isRedEyeOn", ObjCRuntime.ArgumentSemantic.Strong)>]
[<set: Foundation.Export("setRedEyeOn:", ObjCRuntime.ArgumentSemantic.Strong)>]
member this.RedEyeOn : Foundation.NSNumber with get, set

Property Value

1 indicates that red-eye reduction was used. 0 indicates that red-eye reduction was not used.

This value can be null.

Attributes

Applies to