StiBarCodeExportPainter Class

Namespace: Stimulsoft.Report.Export

Inheritance

Inherits from: Stimulsoft.Report.Painters.IStiBarCodePainter

Constructors

Constructor Description
StiBarCodeExportPainter(StiSvgGeomWriter geomWriter)  
StiBarCodeExportPainter(StiPdfGeomWriter geomWriter)  
StiBarCodeExportPainter(StiExcel2007GeomWriter geomWriter)  

StiBarCodeExportPainter(geomWriter: StiSvgGeomWriter)

Parameters


StiBarCodeExportPainter(geomWriter: StiPdfGeomWriter)

Parameters


StiBarCodeExportPainter(geomWriter: StiExcel2007GeomWriter)

Parameters

Methods

Method Returns Description
BaseDrawImage void  
BaseDrawRectangle void  
BaseDrawString void  
BaseFillEllipse void  
BaseFillPolygon void  
BaseFillPolygons void  
BaseFillRectangle void  
BaseFillRectangle2D void  
BaseMeasureString SizeF  
BaseRollbackTransform void  
BaseTransform void  

Method Details

BaseDrawImage

BaseDrawImage(context: object, image: Image, report: StiReport, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • image (Image)
  • report (StiReport)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseDrawRectangle

BaseDrawRectangle(context: object, penColor: Color, penSize: float, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • penColor (Color)
  • penSize (float)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseDrawString

BaseDrawString(context: object, st: string, font: Font, brush: StiBrush, rect: RectangleF, sf: StringFormat): void

Parameters


BaseFillEllipse

BaseFillEllipse(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseFillPolygon

BaseFillPolygon(context: object, brush: StiBrush, **: PointFpoints): void

Parameters

  • context (object)
  • brush (StiBrush)
  • ** (PointFpoints)

BaseFillPolygons

BaseFillPolygons(context: object, brush: StiBrush, points: List<List>, **rectf**: RectangleF?): void

Parameters

  • context (object)
  • brush (StiBrush)
  • points (List<List>)
  • rectf (RectangleF?)

BaseFillRectangle

BaseFillRectangle(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseFillRectangle2D

BaseFillRectangle2D(context: object, brush: StiBrush, x: float, y: float, width: float, height: float): void

Parameters

  • context (object)
  • brush (StiBrush)
  • x (float)
  • y (float)
  • width (float)
  • height (float)

BaseMeasureString

BaseMeasureString(context: object, st: string, font: Font): SizeF

Parameters

  • context (object)
  • st (string)
  • font (Font)

Returns SizeF


BaseRollbackTransform

BaseRollbackTransform(context: object): void

Parameters

  • context (object)

BaseTransform

BaseTransform(context: object, x: float, y: float, angle: float, dx: float, dy: float): void

Parameters

  • context (object)
  • x (float)
  • y (float)
  • angle (float)
  • dx (float)
  • dy (float)

Fields

Field Type Description
OnlyAssembleData bool