CSSearchableItemAttributeSet.RedEyeOn Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a number with Boolean semantics that tells whether red-eye reduction was used to capture an image.
public virtual Foundation.NSNumber RedEyeOn { [Foundation.Export("isRedEyeOn", ObjCRuntime.ArgumentSemantic.Strong)] get; [Foundation.Export("setRedEyeOn:", ObjCRuntime.ArgumentSemantic.Strong)] set; }
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