IPDEPlugInCallbackProtocol.GetPpdFile Metodo

Definizione

Restituisce un puntatore alla struttura PPD CUPS (ppd_file_s) per la stampante corrente. Usare le funzioni PPD CUPS per eseguire query e impostare le opzioni sul puntatore restituito.

[Foundation.Export("ppdFile")]
[Foundation.RequiredMember]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual IntPtr GetPpdFile();
[<Foundation.Export("ppdFile")>]
[<Foundation.RequiredMember>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPpdFile : unit -> nativeint
override this.GetPpdFile : unit -> nativeint

Valori restituiti

IntPtr

nativeint

Puntatore alla struttura PPD CUPS nativa ppd_file_s per la stampante corrente.

Attributi

Si applica a