PDEPanel.SaveValues(NSError) Method

Definition

Writes the current values from the panel's UI controls to the permanent store (print settings or page format, depending on the panel type).

[Foundation.Export("saveValuesAndReturnError:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool SaveValues(out Foundation.NSError? error);
[<Foundation.Export("saveValuesAndReturnError:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SaveValues : NSError -> bool
override this.SaveValues : NSError -> bool

Parameters

error
NSError

On failure, contains an NSError describing what went wrong.

Returns

true if the values were saved successfully; otherwise, false.

Implements

Attributes

Applies to