Skip to main content
A newer version of this page is available. .

CardPrintingOptions Class

OBSOLETE

The CardPrintingOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406

Contains settings that specify parameters affecting how the Card dashboard item is printed or exported.

Namespace: DevExpress.DashboardWin

Assembly: DevExpress.Dashboard.v18.2.Win.dll

Declaration

[Obsolete("The CardPrintingOptions class is obsolete now. Use properties with the 'Card' prefix exposed by the DashboardPrintPreviewOptions and DashboardPdfExportOptions classes. To learn more, see the following KB article: https://www.devexpress.com/Support/Center/Question/Details/T488406")]
public class CardPrintingOptions :
    OptionsBase

Remarks

Use the DashboardPrintingOptions.CardOptions property to access options specific to the Card dashboard item printing or exporting.

Inheritance

Object
OptionsBase
CardPrintingOptions
See Also