CGImageOptions.BestGuessTypeIdentifier Property

Definition

Provides the best guess for the file format that is going to be loaded.

public string BestGuessTypeIdentifier { get; set; }
member this.BestGuessTypeIdentifier : string with get, set

Property Value

A Uniform Type Identifier (UTI).

Remarks

To learn more about UTIs, you can read:

https://developer.apple.com/library/mac/#documentation/FileManagement/Conceptual/understanding_utis/understand_utis_intro/understand_utis_intro.html

Applies to