IKSaveOptionsDelegate.ShouldShowType(IKSaveOptions, String) Method

Definition

[Foundation.Export("saveOptions:shouldShowUTType:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldShowType(ImageKit.IKSaveOptions saveOptions, string imageUTType);
[<Foundation.Export("saveOptions:shouldShowUTType:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldShowType : ImageKit.IKSaveOptions * string -> bool
override this.ShouldShowType : ImageKit.IKSaveOptions * string -> bool

Parameters

saveOptions
IKSaveOptions
imageUTType
String

Returns

Implements

Attributes

Applies to