PDEPanel.ShouldPrint Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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