Click or drag to resize

StiOptionsPrint Class

Class for adjustment of the report printing.
Inheritance Hierarchy
SystemObject
  Stimulsoft.ReportStiOptionsPrint

Namespace:  Stimulsoft.Report
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public sealed class Print

The StiOptionsPrint type exposes the following members.

Constructors
  NameDescription
Public methodStiOptionsPrint
Initializes a new instance of the StiOptionsPrint class
Top
Properties
  NameDescription
Public propertyStatic memberAllowUsePaperSizesFromPrinterSettings
Gets or sets a value which force to use PaperSizes collection from PrinterSettings
Public propertyStatic memberBarcodeAsBitmap
Gets or sets a value indicating whether to render barcodes as Bitmap.
Public propertyStatic memberChartAsBitmap
Gets or sets a value indicating whether to render charts as Bitmap.
Public propertyStatic memberCustomPaperSizes
Public propertyStatic memberCustomPaperSources
Public propertyStatic memberDotMatrixFormatSequence
Public propertyStatic memberFindCustomPaperSizeInStandardPaperSizes
Gets or sets a value which force to find the custom PaperSize in the standard PaperSizes
Public propertyStatic memberFixBandedGradients
Gets or sets a value indicating whether to fix the banded gradients on some printers.
Public propertyStatic memberFixNet46WpfCulture
Gets or sets a value indicating whether to fix problem with invariant culture when printing in wpf.
Public propertyStatic memberMetafileAsBitmap
Gets or sets a value indicating whether to render metafile as Bitmap.
Public propertyStatic memberPageHorAlignment
Gets or sets the page horizontal alignment
Public propertyStatic memberPageVertAlignment
Gets or sets the page vertical alignment
Public propertyStatic memberStorePrinterSettingsInReportAfterPrintDialog
Gets or sets a value which indicating that printer settings will be stored in report.PrinterSetting property after printer dialog.
Public propertyStatic memberUsePaperSizeAndSourceFromPrintDialogAlways
Gets or sets a value which indicating that PaperSize and PaperSource from PrintDialog will be used for all pages always.
Public propertyStatic memberUsePaperSizeAndSourceFromPrintDialogIfTheyChanged
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.
Public propertyStatic memberUsePrinterSettingsEntirely
Gets or sets a value which indicating that PrinterSettings must be used entirely.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also