PDEPanel.GetSupportedPpdOptionKeys Method

Definition

Returns the PPD option keys that this panel is responsible for displaying. Any unclaimed keys will receive dynamically generated UI in the Printer Features panel.

[Foundation.Export("supportedPPDOptionKeys")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? GetSupportedPpdOptionKeys();
[<Foundation.Export("supportedPPDOptionKeys")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetSupportedPpdOptionKeys : unit -> string[]
override this.GetSupportedPpdOptionKeys : unit -> string[]

Returns

String[]

An array of PPD option key strings, or null if the panel claims no keys.

Implements

Attributes

Applies to