Back to Devexpress

CanPublishToFormats Enum

corelibraries-devexpress-dot-xtraprinting-3e077ca8.md

latest1.8 KB
Original Source

CanPublishToFormats Enum

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

Namespace : DevExpress.XtraPrinting

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
[Flags]
public enum CanPublishToFormats
vb
<Flags>
Public Enum CanPublishToFormats

Members

NameDescription
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.

|

The following properties accept/return CanPublishToFormats values:

See Also

DevExpress.XtraPrinting Namespace