Skip to main content
A newer version of this page is available.
All docs
V18.2

IPrintable.CreatesIntersectedBricks Property

If implemented by a class, determines whether the created print document contains intersected bricks.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Data.v18.2.dll

Declaration

bool CreatesIntersectedBricks { get; }

Property Value

Type Description
Boolean

true if the class creates intersected bricks; otherwise, false.

Remarks

If the document contains intersected bricks, they might be incorrectly exported to some formats, which do not support intersected bricks (e.g. HTML, MHT, RTF or XLS).

See Also