PDEPlugInCallbackProtocol.GetPpdFile Méthode

Définition

Retourne un pointeur vers la structure PPD CUPS (ppd_file_s) de l’imprimante actuelle. Utilisez les fonctions PPD CUPS pour interroger et définir des options sur le pointeur retourné.

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

Retours

IntPtr

nativeint

Pointeur vers la structure PPD CUPS native ppd_file_s pour l’imprimante actuelle.

Implémente

Attributs

S’applique à