Share via


NSDocument.ShouldChangePrintInfo(NSPrintInfo) Method

Definition

[Foundation.Export("shouldChangePrintInfo:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool ShouldChangePrintInfo(AppKit.NSPrintInfo newPrintInfo);
[<Foundation.Export("shouldChangePrintInfo:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member ShouldChangePrintInfo : AppKit.NSPrintInfo -> bool
override this.ShouldChangePrintInfo : AppKit.NSPrintInfo -> bool

Parameters

newPrintInfo
NSPrintInfo

Returns

Attributes

Applies to