Class PrintOptions

java.lang.Object
com.stimulsoft.report.options.PrintOptions
Direct Known Subclasses:
StiOptions.Print

public class PrintOptions extends Object
  • 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

      public static String getDotMatrixFormatSequence()
    • setDotMatrixFormatSequence

      public static void setDotMatrixFormatSequence(String value)
    • 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)