Package com.stimulsoft.report.options
Class PrintOptions
java.lang.Object
com.stimulsoft.report.options.PrintOptions
- Direct Known Subclasses:
StiOptions.Print
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGets or sets a value indicating whether to render charts as Bitmap.static Stringstatic booleanGets or sets a value which force to find the custom PaperSize in the standard PaperSizesstatic booleanGets or sets a value which indicating that printer settings will be stored in report.PrinterSetting property after printer dialog.static booleanGets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages always.static booleanGets 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 booleanGets or sets a value which indicating that PrinterSettings must be used entirely.static voidsetChartAsBitmap(boolean value) static voidsetDotMatrixFormatSequence(String value) static voidsetFindCustomPaperSizeInStandardPaperSizes(boolean value) static voidsetStorePrinterSettingsInReportAfterPrintDialog(boolean value) static voidsetUsePaperSizeAndSourceFromPrintDialogAlways(boolean value) static voidsetUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value) static voidsetUsePrinterSettingsEntirely(boolean value)
-
Constructor Details
-
PrintOptions
public PrintOptions()
-
-
Method Details
-
getStorePrinterSettingsInReportAfterPrintDialog
public static boolean getStorePrinterSettingsInReportAfterPrintDialog()Gets or sets a value which indicating that printer settings will be stored in report.PrinterSetting property after printer dialog. -
setStorePrinterSettingsInReportAfterPrintDialog
public static void setStorePrinterSettingsInReportAfterPrintDialog(boolean value) -
getChartAsBitmap
public static boolean getChartAsBitmap()Gets or sets a value indicating whether to render charts as Bitmap. -
setChartAsBitmap
public static void setChartAsBitmap(boolean value) -
getDotMatrixFormatSequence
-
setDotMatrixFormatSequence
-
getUsePaperSizeAndSourceFromPrintDialogIfTheyChanged
public 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. Otherwise, each page will be printed with their own settings. -
setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged
public static void setUsePaperSizeAndSourceFromPrintDialogIfTheyChanged(boolean value) -
getUsePaperSizeAndSourceFromPrintDialogAlways
public static boolean getUsePaperSizeAndSourceFromPrintDialogAlways()Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages always. -
setUsePaperSizeAndSourceFromPrintDialogAlways
public static void setUsePaperSizeAndSourceFromPrintDialogAlways(boolean value) -
getUsePrinterSettingsEntirely
public static boolean getUsePrinterSettingsEntirely()Gets or sets a value which indicating that PrinterSettings must be used entirely. -
setUsePrinterSettingsEntirely
public static void setUsePrinterSettingsEntirely(boolean value) -
getFindCustomPaperSizeInStandardPaperSizes
public static boolean getFindCustomPaperSizeInStandardPaperSizes()Gets or sets a value which force to find the custom PaperSize in the standard PaperSizes -
setFindCustomPaperSizeInStandardPaperSizes
public static void setFindCustomPaperSizeInStandardPaperSizes(boolean value)
-