IPDEPlugInCallbackProtocol.GetPpdFile Method

Definition

Returns a pointer to the CUPS PPD structure (ppd_file_s) for the current printer. Use CUPS PPD functions to query and set options on the returned pointer.

[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

Returns

IntPtr

nativeint

A pointer to the native ppd_file_s CUPS PPD structure for the current printer.

Attributes

Applies to