Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual bool CanPrintDirect()

Returns

Type Description
Boolean

true if the document can be printed; otherwise false.

See Also