public class PrintOptions
extends java.lang.Object
| Constructor and Description |
|---|
PrintOptions() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
getChartAsBitmap()
Gets or sets a value indicating whether to render charts as Bitmap.
|
static java.lang.String |
getDotMatrixFormatSequence() |
static boolean |
getFindCustomPaperSizeInStandardPaperSizes()
Gets or sets a value which force to find the custom PaperSize in the standard PaperSizes
|
static boolean |
getStorePrinterSettingsInReportAfterPrintDialog()
Gets or sets a value which indicating that printer settings will be stored in
report.PrinterSetting property after printer dialog.
|
static boolean |
getUsePaperSizeAndSourceFromPrintDialogAlways()
Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be
used for all pages always.
|
static boolean |
getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged()
Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be
used for all pages if they changed in the PrintDialog.
|
static boolean |
getUsePrinterSettingsEntirely()
Gets or sets a value which indicating that PrinterSettings must be used entirely.
|
static void |
setChartAsBitmap(boolean value) |
static void |
setDotMatrixFormatSequence(java.lang.String value) |
static void |
setFindCustomPaperSizeInStandardPaperSizes(boolean value) |
static void |
setStorePrinterSettingsInReportAfterPrintDialog(boolean value) |
static void |
setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value) |
static void |
setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value) |
static void |
setUsePrinterSettingsEntirely(boolean value) |
public static boolean getStorePrinterSettingsInReportAfterPrintDialog()
public static void setStorePrinterSettingsInReportAfterPrintDialog(boolean value)
public static boolean getChartAsBitmap()
public static void setChartAsBitmap(boolean value)
public static java.lang.String getDotMatrixFormatSequence()
public static void setDotMatrixFormatSequence(java.lang.String value)
public static boolean getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged()
public static void setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value)
public static boolean getUsePaperSizeAndSourceFromPrintDialogAlways()
public static void setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value)
public static boolean getUsePrinterSettingsEntirely()
public static void setUsePrinterSettingsEntirely(boolean value)
public static boolean getFindCustomPaperSizeInStandardPaperSizes()
public static void setFindCustomPaperSizeInStandardPaperSizes(boolean value)
Copyright © 2019 Stimulsoft. All Rights Reserved.