Click or drag to resize

StiCode39BarCodeType Class

The class describes the Barcode type - Code-39.
Inheritance Hierarchy

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

The StiCode39BarCodeType type exposes the following members.

Constructors
  NameDescription
Public methodStiCode39BarCodeType
Initializes a new instance of the StiCode39BarCodeType class
Public methodStiCode39BarCodeType(Single, Single, Single, StiCheckSum)
Initializes a new instance of the StiCode39BarCodeType class
Top
Properties
  NameDescription
Protected propertyBarCodeData (Inherited from StiBarCodeTypeService.)
Public propertyCheckSum
Gets or sets a mode of the checksum.
Public propertyComponentId (Overrides StiBarCodeTypeServiceComponentId.)
Public propertyCustomPainter (Inherited from StiBarCodeTypeService.)
Public propertyDefaultCodeValue (Overrides StiBarCodeTypeServiceDefaultCodeValue.)
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 propertyRatio
Get or sets value, which indicates WideToNarrow ratio.
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.)
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 methodCalculateSizeFull (Inherited from StiBarCodeTypeService.)
Protected methodCheckCodeSymbols
Remove from string all undefined symbols.
(Inherited from StiBarCodeTypeService.)
Public methodClone (Inherited from StiService.)
Protected methodCodeToBar
Public methodCreateNew (Overrides StiBarCodeTypeServiceCreateNew.)
Public methodDraw (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 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.
(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 (Overrides StiBarCodeTypeServiceLoadFromJsonObject(JObject).)
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