Skip to main content

DocumentPreviewControl.CanPrint() Method

Specifies whether a document can be printed.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.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