Skip to main content

PreviewModelBase.IsIncorrectPageContent Property

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

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: 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