Click or drag to resize

StiEAN13BarCodeType Class

The class describes the Barcode type - EAN-13.
Inheritance Hierarchy

Namespace:  Stimulsoft.Report.BarCodes
Assembly:  Stimulsoft.Report (in Stimulsoft.Report.dll) Version: 2019.3.1.0
Syntax
[TypeConverterAttribute(typeof(StiEAN13BarCodeTypeConverter))]
public class StiEAN13BarCodeType : StiBarCodeTypeService

The StiEAN13BarCodeType type exposes the following members.

Constructors
  NameDescription
Public methodStiEAN13BarCodeType
Initializes a new instance of the StiEAN13BarCodeType class
Public methodStiEAN13BarCodeType(Single, Single, StiEanSupplementType, String, Boolean)
Initializes a new instance of the StiEAN13BarCodeType class
Top
Properties
  NameDescription
Protected propertyBarCodeData (Inherited from StiBarCodeTypeService.)
Public propertyComponentId (Overrides StiBarCodeTypeServiceComponentId.)
Public propertyCustomPainter (Inherited from StiBarCodeTypeService.)
Public propertyDefaultCodeValue (Overrides StiBarCodeTypeServiceDefaultCodeValue.)
Protected propertyEanLineHeightForCut
Protected propertyEanLineHeightLong
Protected propertyEanLineHeightShort
Protected propertyEanMainHeight
Protected propertyEanSpaceBeforeAdd
Protected propertyEanSpaceBottom
Protected propertyEanSpaceLeft
Protected propertyEanSpaceRight
Protected propertyEanSpaceTextTop
Protected propertyEanSpaceTop
Protected propertyEanTextHeight
Protected propertyEanTextPositionBottom
Protected propertyEanTextPositionTop
Protected propertyEanWideToNarrowRatio
Public propertyHeight
Gets os sets height factor of the bar code.
(Overrides StiBarCodeTypeServiceHeight.)
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.
(Overrides StiBarCodeTypeServiceModule.)
Public propertyProperties (Inherited from StiService.)
Public propertyPropName (Inherited from StiBarCodeTypeService.)
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 StiServiceServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiBarCodeTypeService.)
Public propertyShowQuietZoneIndicator
Gets or sets value which indicates will show Quiet Zone Indicator or no.
Public propertySupplementCode
Gets or sets the component supplement bar code.
Public propertySupplementType
Gets or sets type of supplement code.
Protected propertyTextAlignment (Inherited from StiBarCodeTypeService.)
Protected propertyTextSpacing (Inherited from StiBarCodeTypeService.)
Public propertyVisibleProperties (Overrides StiBarCodeTypeServiceVisibleProperties.)
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 methodCalculateSizeEan
Protected methodCalculateSizeFull (Inherited from StiBarCodeTypeService.)
Protected methodCheckCodeSymbols
Remove from string all undefined symbols.
(Inherited from StiBarCodeTypeService.)
Public methodClone (Inherited from StiService.)
Public methodCreateNew (Overrides StiBarCodeTypeServiceCreateNew.)
Public methodDraw
Draws the bar code with the specified parameters.
(Overrides StiBarCodeTypeServiceDraw(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 methodDrawEanBars
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 StiBarCodeTypeServiceGetProperties(IStiPropertyGrid, StiLevel).)
Protected methodGetSymbolsStringWidth
Returns width of string in modules.
(Inherited from StiBarCodeTypeService.)
Protected methodGetSymbolWidth
Returns width of one symbol in module.
(Overrides StiBarCodeTypeServiceGetSymbolWidth(Char).)
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.
(Overrides StiBarCodeTypeServiceIsSymbolSpace(Char).)
Public methodLoadFromJsonObject (Overrides StiBarCodeTypeServiceLoadFromJsonObject(JObject).)
Protected methodMakeEan13Bars
Protected methodMakeEanAdd2Bars
Protected methodMakeEanAdd5Bars
Protected methodmakeLonger
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 (Overrides StiBarCodeTypeServiceSaveToJsonObject(StiJsonSaveMode).)
Public methodToString (Inherited from StiBarCodeTypeService.)
Protected methodTranslateRect
Translate coordinates using vertical and horizontal justify
(Inherited from StiBarCodeTypeService.)
Top
Fields
See Also
Inheritance Hierarchy