Skip to main content
All docs
V25.1
  • CanPublishToFormats Enum

    Lists values that specify brick visibility on printouts and documents exported to specific formats.

    Namespace: DevExpress.XtraPrinting

    Assembly: DevExpress.Printing.v25.1.Core.dll

    NuGet Package: DevExpress.Printing.Core

    Declaration

    [Flags]
    public enum CanPublishToFormats

    Members

    Name Description
    None

    A brick is hidden on printouts and all exported documents.

    Csv

    A brick is visible when exporting to CSV.

    Docx

    A brick is visible when exporting to DOCX.

    Htm

    A brick is visible when exporting to HTM.

    Image

    A brick is visible when exporting as an image.

    Mht

    A brick is visible when exporting to MHT.

    Pdf

    A brick is visible when exporting to PDF.

    Printing

    A brick is visible on printouts.

    Rtf

    A brick is visible when exporting to RTF.

    Txt

    A brick is visible when exporting to TXT.

    Xls

    A brick is visible when exporting to XLS.

    Xlsx

    A brick is visible when exporting to XLSX.

    All

    A brick is visible on printouts and in all exported documents.

    Related API Members

    The following properties accept/return CanPublishToFormats values:

    See Also