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.v19.1.dll

Declaration

public virtual bool CanPrintDirect()

Returns

Type Description
Boolean

true if the document can be printed; otherwise false.

See Also