Click or drag to resize

StiUpcEBarCodeType Class

The class describes the Barcode type - UPC-E.
Inheritance Hierarchy

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

The StiUpcEBarCodeType type exposes the following members.

Constructors
  NameDescription
Public methodStiUpcEBarCodeType
Initializes a new instance of the StiUpcEBarCodeType class
Public methodStiUpcEBarCodeType(Single, Single, StiEanSupplementType, String, Boolean)
Initializes a new instance of the StiUpcEBarCodeType class
Top
Properties
  NameDescription
Protected propertyBarCodeData (Inherited from StiBarCodeTypeService.)
Public propertyComponentId (Overrides StiEAN13BarCodeTypeComponentId.)
Public propertyCustomPainter (Inherited from StiBarCodeTypeService.)
Public propertyDefaultCodeValue (Overrides StiEAN13BarCodeTypeDefaultCodeValue.)
Protected propertyEanLineHeightForCut (Inherited from StiEAN13BarCodeType.)
Protected propertyEanLineHeightLong (Inherited from StiEAN13BarCodeType.)
Protected propertyEanLineHeightShort (Inherited from StiEAN13BarCodeType.)
Protected propertyEanMainHeight (Inherited from StiEAN13BarCodeType.)
Protected propertyEanSpaceBeforeAdd (Inherited from StiEAN13BarCodeType.)
Protected propertyEanSpaceBottom (Inherited from StiEAN13BarCodeType.)
Protected propertyEanSpaceLeft (Overrides StiEAN13BarCodeTypeEanSpaceLeft.)
Protected propertyEanSpaceRight (Overrides StiEAN13BarCodeTypeEanSpaceRight.)
Protected propertyEanSpaceTextTop (Inherited from StiEAN13BarCodeType.)
Protected propertyEanSpaceTop (Inherited from StiEAN13BarCodeType.)
Protected propertyEanTextHeight (Inherited from StiEAN13BarCodeType.)
Protected propertyEanTextPositionBottom (Inherited from StiEAN13BarCodeType.)
Protected propertyEanTextPositionTop (Inherited from StiEAN13BarCodeType.)
Protected propertyEanWideToNarrowRatio (Inherited from StiEAN13BarCodeType.)
Public propertyHeight
Gets os sets height factor of the bar code.
(Inherited from StiEAN13BarCodeType.)
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 StiEAN13BarCodeType.)
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 StiEAN13BarCodeTypeServiceName.)
Public propertyServiceType
Gets a service type.
(Inherited from StiBarCodeTypeService.)
Public propertyShowQuietZoneIndicator (Overrides StiEAN13BarCodeTypeShowQuietZoneIndicator.)
Public propertySupplementCode
Gets or sets the component supplement bar code.
(Inherited from StiEAN13BarCodeType.)
Public propertySupplementType
Gets or sets type of supplement code.
(Inherited from StiEAN13BarCodeType.)
Protected propertyTextAlignment (Inherited from StiBarCodeTypeService.)
Protected propertyTextSpacing (Inherited from StiBarCodeTypeService.)
Public propertyVisibleProperties (Overrides StiEAN13BarCodeTypeVisibleProperties.)
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 (Inherited from StiEAN13BarCodeType.)
Protected methodCalculateSizeFull (Inherited from StiBarCodeTypeService.)
Protected methodCheckCodeSymbols
Remove from string all undefined symbols.
(Inherited from StiBarCodeTypeService.)
Public methodClone (Inherited from StiService.)
Public methodCreateNew (Overrides StiEAN13BarCodeTypeCreateNew.)
Public methodDraw
Draws the bar code with the specified parameters.
(Overrides StiEAN13BarCodeTypeDraw(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 (Inherited from StiEAN13BarCodeType.)
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 StiEAN13BarCodeTypeGetProperties(IStiPropertyGrid, StiLevel).)
Protected methodGetSymbolsStringWidth
Returns width of string in modules.
(Inherited from StiBarCodeTypeService.)
Protected methodGetSymbolWidth
Returns width of one symbol in module.
(Inherited from StiEAN13BarCodeType.)
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 StiEAN13BarCodeType.)
Public methodLoadFromJsonObject (Inherited from StiEAN13BarCodeType.)
Protected methodMakeEan13Bars (Inherited from StiEAN13BarCodeType.)
Protected methodMakeEanAdd2Bars (Inherited from StiEAN13BarCodeType.)
Protected methodMakeEanAdd5Bars (Inherited from StiEAN13BarCodeType.)
Protected methodmakeLonger (Inherited from StiEAN13BarCodeType.)
Protected methodMakeUpcEBars
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 StiEAN13BarCodeType.)
Public methodToString (Inherited from StiBarCodeTypeService.)
Protected methodTranslateRect
Translate coordinates using vertical and horizontal justify
(Inherited from StiBarCodeTypeService.)
Top
Fields
See Also