Skip to main content

PrintPreviewOptions.DefaultExportFormat Property

Specifies the default format to which a document is exported from the Print Preview form.

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

Declaration

[DefaultValue(PrintingSystemCommand.ExportPdf)]
public PrintingSystemCommand DefaultExportFormat { get; set; }

Property Value

Type Default Description
PrintingSystemCommand ExportPdf

A PrintingSystemCommand enumeration value, corresponding to the required export format.

Available values:

Show 73 items
Name Description
None

Doesn’t identify any command. This member is intended for internal use only.

DocumentMap

PrintPreviewBar.btnDocumentMap Shows or hides the Document Map pane, which displays the hierarchy of bookmarks in a report document.

Parameters

PrintPreviewBar.Parameters Shows or hides the Parameters pane, which enables end-users to enter parameter values, apply them to a report’s data source and re-generate the report document.

Pointer

Shows the mouse pointer, when there is no need to show either the Hand Tool, or the Magnifier. Note that this command is in use in the Ribbon Print Preview Form only.

HandTool

PrintPreviewBar.btnHandTool Invokes or hides the Hand Tool in the document’s preview. This tool is used for scrolling the pages of the document being previewed.

Customize

PrintPreviewBar.btnCustomize Invokes the property editor of the component which is about to be printed. Note that this component should implement the IPrintable interface.

Print

PrintPreviewBar.btnPrint Invokes the Print dialog for the current document. This dialog allows the printer to be selected, its properties set, the number of copies entered and the range of pages to print to be specified.

PrintDirect

PrintPreviewBar.btnPrintDirect Prints the document preview directly, without any dialogs. This is useful when the printer’s settings don’t need to be changed before a document is printed.

PageSetup

PrintPreviewBar.btnPageSetup Invokes the Page Setup dialog which allows some of the page’s settings to be adjusted (orientation, margins, paper size and source).

EditPageHF

PrintPreviewBar.btnEditPageHF Invokes the Header/Footer Editor dialog. This dialog is used to insert standard page information into a report’s headers and footers.

Magnifier

PrintPreviewBar.btnMagnifier Invokes the preview magnifier. When the magnifier is activated the mouse cursor resembles a magnifying glass and a click on a preview page zooms in on it. There are two possible values for the magnification level. The first magnification value is always fixed and is equal to 100 %. The other value is calculated so that the entire preview page is visible at once without having to scroll it.

ZoomIn

PrintPreviewBar.btnZoomIn Zooms the preview in. Each time this command is performed, the preview gets zoomed in by approximately 10%.

ZoomOut

PrintPreviewBar.btnZoomOut Zooms the preview out. Each time this command is performed, the preview gets zoomed out by approximately 10%.

Zoom

PrintPreviewBar.btnZoom Zooms in on a document by one of the predefined zoom factors. They are as follows: 10%, 25%, 50%, 75%, 100%, 150%, 200% and 500%.

ZoomTrackBar

Identifies the Zoom trackbar control, which is available in the bottom-right corner of the Print Preview Form with a Ribbon.

ViewWholePage

Zooms a document in or out so that only one entire page of the document is shown in the preview.

ShowFirstPage

PrintPreviewBar.btnShowFirstPage Displays the first page in the preview.

ShowPrevPage

PrintPreviewBar.btnShowPreviousPage Moves to the previous page in the preview.

ShowNextPage

PrintPreviewBar.btnShowNextPage Moves to the next page in the preview.

ScrollPageUp

Scrolls one page up, as when an end-user presses the PAGE UP key.

ScrollPageDown

Scrolls one page down, as when an end-user presses the PAGE DOWN key.

ShowLastPage

PrintPreviewBar.btnShowLastPage Displays the last page in the preview.

MultiplePages

PrintPreviewBar.btnMultiplePages Shows the layout of the document’s preview across multiple pages. To specify a particular number of page rows and columns in a Print Control, use the DocumentViewerBase.SetPageView method.

FillBackground

PrintPreviewBar.btnBackground Invokes the Color dialog which allows the background color of the current document to be specified.

Find

PrintPreviewBar.btnFind Invokes the Find dialog in the document’s preview. This dialog provides a search dialog which allows end-users to search a report for specific text directly in the preview window.

ClosePreview

PrintPreviewBar.btnClosePreview Closes the preview window.

Watermark

PrintPreviewBar.btnWatermark Invokes the Watermark dialog which can be used to specify either background text or a picture as a document’s watermark. Note that a document’s watermark can be accessed via the PrintingSystemBase.Watermarks property.

ExportFile

PrintPreviewBar.btnExportDocument Exports the current document to a file (a report can be exported to PDF, RTF, HTML, MHT, XLS, TXT, CSV and various image formats).

SendFile

PrintPreviewBar.btnSendDocument Exports the document in the preview window, then creates a new e-mail in the default system mailer and attaches the exported document to the e-mail. The exporting format can be specified via the drop-down list.

ExportGraphic

Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats).

ExportPdf

Exports the current document to a PDF file.

ExportTxt

Exports the current document to a TXT file.

ExportCsv

Exports a document to a CSV (comma-separated values) file.

ExportMht

Exports the current document to an MHT file.

ExportXls

Exports the current document to an XLS file.

ExportXlsx

Exports the current document to an XLSX file.

ExportRtf

Exports the current document to an RTF file.

ExportDocx

Exports the current document to a DOCX file.

ExportHtm

Exports the current document to an HTML file.

ExportXps

Exports the current document to an XPS file.

Note

This is supported only by the DXPrinting for WPF library.

SendGraphic

Exports the current document to a graphics file (BMP, EMF, GIF, JPEG, PNG, TIFF, WMF formats) and sends it via e-mail.

SendPdf

Exports the current document to a PDF file and sends it via e-mail.

SendTxt

Exports the current document to a TXT file and sends it via e-mail.

SendCsv

Exports the current document to a CSV (comma-separated values) file and sends it via e-mail.

SendMht

Exports the current document to an MHT file and sends it via e-mail.

SendXls

Exports the current document to an XLS file and sends it via e-mail.

SendXlsx

Exports the current document to an XLSX file and sends it via e-mail.

SendRtf

Exports the current document to an RTF file and sends it via e-mail.

SendDocx

Exports the current document to a DOCX file and sends it via e-mail.

SendXps

Exports the current document to a XPS file and sends it via e-mail.

Note

This is supported only by the DXPrinting for WPF library.

ZoomToPageWidth

Zooms a document in or out as appropriate, so that the width of the current page fits the preview window.

ZoomToTextWidth

Zooms a document in or out as appropriate, so that the width of the text in the current page fits the preview window.

ZoomToWholePage

Zooms a document in or out as appropriate, so that only a single page of the document is shown in the preview.

ZoomToTwoPages

Zooms a document in or out as appropriate, so that only two entire pages of the document are shown in the preview.

PageLayout

Identifies the item which is the parent to the PageLayoutContinuous and PageLayoutFacing subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method to hide or show the page layout items from the menu of the Preview Form.

PageLayoutFacing

Changes the view of the document’s preview so that the pages are arranged side-by-side.

PageLayoutContinuous

Changes the view of the document’s preview so that the pages are arranged as a continuous vertical column.

File

Identifies the File menu item, which is a parent for the PageSetup, Print, PrintDirect, ExportFile and SendFile subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the File items from the menu of the Print Preview form.

View

Identifies the View menu item, which is a parent for the PageLayout, Toolbar, Status Bar and Customize subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the View items from the menu of the Print Preview form.

Background

Identifies the Background menu item, which is a parent for the FillBackground and Watermark subitems. Use this value as a parameter for the PrintingSystemBase.SetCommandVisibility method, to hide or show the Background items from the menu of the Print Preview form.

Scale

PrintPreviewBar.Scale Stretches or shrinks the document to a percentage of its actual size. Note that if you need to specify a particular scale factor or number of pages a document should be scaled to, the Document.ScaleFactor and Document.AutoFitToPagesWidth properties will be useful.

PaperSize

Chooses the paper size of the document. Note that this command is in use in the Ribbon Print Preview Form only.

PageOrientation

Switches the pages between portrait and landscape layouts. Note that this command is in use in the Ribbon Print Preview Form only.

PageMargins

Selects the margin sizes for the entire document. Note that this command is in use in the Ribbon Print Preview Form only.

Open

PrintPreviewBar.Open Opens a document. This command is represented both via the menu item and toolbar button.

Save

PrintPreviewBar.Save Saves a document to a file. This command is represented both via the menu item and toolbar button.

StopPageBuilding

Identifies the Stop button, which is displayed in the status bar to the right of the progress bar, and can be used to stop generating a document.

SubmitParameters

Submits the parameters specified in the Parameters panel.

Copy

Copies the selected document content to the Clipboard.

PrintSelection

Prints the selected document content.

GoToPage

Raises the Go To Page dialog to jump to the specified page number.

Thumbnails

Toggles the Thumbnails panel visibility.

HighlightEditingFields

Highlights all available fields whose content can be edited.

Property Paths

You can access this nested property as listed below:

Object Type Path to DefaultExportFormat
ExportOptions
.PrintPreview .DefaultExportFormat

Remarks

The DefaultExportFormat property specifies a format to which a document is converted when the PrintingSystemCommand.ExportFile command is executed. To assign a format to the DefaultExportFormat property, the corresponding command should be specified, which begins with the ‘Export’ prefix (for example, PrintingSystemCommand.ExportPdf, which is the default value).

The default conversion format for the PrintingSystemCommand.SendFile command is specified via the PrintPreviewOptions.DefaultSendFormat property.

See Also