PHImageRequestOptionsVersion Enum

Definition

Enumerates values that control whether to retrieve edited or unedited versions of images.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.MacOSX, 10, 13, ObjCRuntime.PlatformArchitecture.Arch64, null)]
public enum PHImageRequestOptionsVersion
type PHImageRequestOptionsVersion = 
Inheritance
PHImageRequestOptionsVersion
Attributes

Fields

Current 0

Return the edited version of the image.

Original 2

Return the highest quality version of the image.

Unadjusted 1

Return the unadjusted image.

Applies to