PDEPanel.ShouldPrint Method

Definition

Called to determine whether printing should proceed based on the current panel state. Return false to prevent printing. Most panels do not need to implement this.

[Foundation.Export("shouldPrint")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldPrint();
[<Foundation.Export("shouldPrint")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldPrint : unit -> bool
override this.ShouldPrint : unit -> bool

Returns

true if printing should proceed; false to cancel the print operation.

Implements

Attributes

Applies to