Click or drag to resize

StiCode93ExtBarCodeType Class

The class describes the Barcode type - Code93 Extended.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
public class StiCode93ExtBarCodeType : StiCode93BarCodeType

The StiCode93ExtBarCodeType type exposes the following members.

Constructors
  NameDescription
Public methodStiCode93ExtBarCodeType
Initializes a new instance of the StiCode93ExtBarCodeType class
Public methodStiCode93ExtBarCodeType(Single, Single, Single)
Initializes a new instance of the StiCode93ExtBarCodeType class
Top
Properties
  NameDescription
Protected propertyBarCodeData (Inherited from StiBarCodeTypeService.)
Public propertyComponentId (Overrides StiCode93BarCodeTypeComponentId.)
Public propertyCustomPainter (Inherited from StiBarCodeTypeService.)
Public propertyDefaultCodeValue (Overrides StiCode93BarCodeTypeDefaultCodeValue.)
Public propertyHeight
Gets os sets height factor of the bar code.
(Inherited from StiCode93BarCodeType.)
Public propertyMainHeight (Inherited from StiBarCodeTypeService.)
Public propertyMainWidth (Inherited from StiBarCodeTypeService.)
Public propertyModule
Gets or sets width of the most fine element of the bar code.
(Inherited from StiCode93BarCodeType.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiBarCodeTypeService.)
Public propertyRatio
Get or sets value, which indicates WideToNarrow ratio.
(Inherited from StiCode93BarCodeType.)
Public propertyServiceCategory
Gets a service category.
(Inherited from StiBarCodeTypeService.)
Public propertyServiceEnabled (Inherited from StiService.)
Public propertyServiceInfo (Inherited from StiService.)
Public propertyServiceName
Gets a service name.
(Overrides StiCode93BarCodeTypeServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiBarCodeTypeService.)
Protected propertyTextAlignment (Inherited from StiBarCodeTypeService.)
Protected propertyTextSpacing (Inherited from StiBarCodeTypeService.)
Public propertyVisibleProperties (Inherited from StiCode93BarCodeType.)
Top
Methods
  NameDescription
Protected methodBaseDrawImage (Inherited from StiBarCodeTypeService.)
Protected methodBaseDrawRectangle (Inherited from StiBarCodeTypeService.)
Protected methodBaseDrawString(Object, String, Font, StiBrush, RectangleF, StringFormat) (Inherited from StiBarCodeTypeService.)
Protected methodBaseDrawString(Object, String, Font, StiBrush, Single, Single) (Inherited from StiBarCodeTypeService.)
Protected methodBaseFillEllipse (Inherited from StiBarCodeTypeService.)
Protected methodBaseFillPolygon (Inherited from StiBarCodeTypeService.)
Protected methodBaseFillRectangle (Inherited from StiBarCodeTypeService.)
Protected methodBaseFillRectangle2D (Inherited from StiBarCodeTypeService.)
Protected methodBaseMeasureString (Inherited from StiBarCodeTypeService.)
Protected methodBaseRollbackTransform (Inherited from StiBarCodeTypeService.)
Protected methodBaseTransform (Inherited from StiBarCodeTypeService.)
Protected methodCalculateSize2 (Inherited from StiBarCodeTypeService.)
Protected methodCalculateSizeFull (Inherited from StiBarCodeTypeService.)
Protected methodCheckCodeSymbols
Remove from string all undefined symbols.
(Inherited from StiBarCodeTypeService.)
Public methodClone (Inherited from StiService.)
Protected methodCodeToBar (Inherited from StiCode93BarCodeType.)
Public methodCreateNew (Overrides StiCode93BarCodeTypeCreateNew.)
Public methodDraw (Overrides StiCode93BarCodeTypeDraw(Object, StiBarCode, RectangleF, Single).)
Protected methodDraw2DBarCode (Inherited from StiBarCodeTypeService.)
Protected methodDrawBarCode
Draws bar code.
(Inherited from StiBarCodeTypeService.)
Protected methodDrawBarCodeError(Object, RectangleF, StiBarCode) (Inherited from StiBarCodeTypeService.)
Protected methodDrawBarCodeError(Object, RectangleF, StiBarCode, String) (Inherited from StiBarCodeTypeService.)
Protected methodDrawBars
Draws content of bar code.
(Inherited from StiBarCodeTypeService.)
Protected methodDrawMaxicode (Inherited from StiBarCodeTypeService.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCode
Returns string of char - input data for calculation of bar code.
(Inherited from StiBarCodeTypeService.)
Public methodGetCombinedCode (Inherited from StiBarCodeTypeService.)
Public methodGetEvents (Inherited from StiBarCodeTypeService.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetProperties (Overrides StiCode93BarCodeTypeGetProperties(IStiPropertyGrid, StiLevel).)
Protected methodGetSymbolsStringWidth
Returns width of string in modules.
(Inherited from StiBarCodeTypeService.)
Protected methodGetSymbolWidth
Returns width of one symbol in module.
(Inherited from StiBarCodeTypeService.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodIsPropertiesInitializedProtected (Inherited from StiService.)
Public methodIsPropertyPresent (Inherited from StiService.)
Protected methodIsSymbolLong
Returns true if one line is long.
(Inherited from StiBarCodeTypeService.)
Protected methodIsSymbolPostDescend
Returns true if short line is post-descend
(Inherited from StiBarCodeTypeService.)
Protected methodIsSymbolSpace
Returns true is char is space.
(Inherited from StiBarCodeTypeService.)
Public methodLoadFromJsonObject (Inherited from StiCode93BarCodeType.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodPackService (Inherited from StiService.)
Protected methodRollbackTransform (Inherited from StiBarCodeTypeService.)
Public methodSaveToJsonObject (Inherited from StiCode93BarCodeType.)
Public methodToString (Inherited from StiBarCodeTypeService.)
Protected methodTranslateRect
Translate coordinates using vertical and horizontal justify
(Inherited from StiBarCodeTypeService.)
Top
Fields
  NameDescription
Protected fieldCode93Table (Inherited from StiCode93BarCodeType.)
Protected fieldRectWindow (Inherited from StiBarCodeTypeService.)
Top
See Also