Skip to main content
A newer version of this page is available. .

DocumentPreviewControl.CanPrintDirect() Method

Specifies whether a document can be printed immediately (i.e., without displaying the Print Options dialog).

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Printing, DevExpress.Wpf.Printing

Declaration

public virtual bool CanPrintDirect()

Returns

Type Description
Boolean

true if the document can be printed; otherwise false.

See Also