PHImageRequestOptionsVersion Enum

Definition

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

[ObjCRuntime.Native]
public enum PHImageRequestOptionsVersion
[<ObjCRuntime.Native>]
type PHImageRequestOptionsVersion = 
Inheritance
PHImageRequestOptionsVersion
Attributes

Fields

Name Value Description
Current 0

Return the edited version of the image.

Unadjusted 1

Return the unadjusted image.

Original 2

Return the highest quality version of the image.

Applies to