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

DocumentPreviewControl.CanPrint() Method

Specifies whether a document can be printed.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public virtual bool CanPrint()

Returns

Type Description
Boolean

true if the document can be printed; otherwise false.

See Also