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

PreviewModelBase.IsIncorrectPageContent Property

Returns a value specifying whether the document page content is rendered correctly.

Namespace: DevExpress.Xpf.Printing

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

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

Declaration

public bool IsIncorrectPageContent { get; set; }

Property Value

Type Description
Boolean

true if the document page content is incorrect; otherwise false.

See Also