PDEPanel.GetSupportedPpdOptionKeys Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
An array of PPD option key strings, or null if the panel claims no keys.
Implements
- Attributes