Click or drag to resize

StiPdf417BarCodeType Class

The class describes the Barcode type - Pdf417.
Inheritance Hierarchy

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

The StiPdf417BarCodeType type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyAspectRatio
Gets or sets value, which set aspect ratio between horizontal and vertical sides of bar code.
Public propertyAutoDataColumns
Gets or sets value which indicates that amount of columns will be calculated automatically.
Public propertyAutoDataRows
Gets or sets value which indicates that amount of rows will be calculated automatically.
Protected propertyBarCodeData (Inherited from StiBarCodeTypeService.)
Public propertyComponentId (Overrides StiBarCodeTypeServiceComponentId.)
Public propertyCustomPainter (Inherited from StiBarCodeTypeService.)
Public propertyDataColumns
Gets or sets amount of data columns.
Public propertyDataRows
Gets or sets amound of data rows.
Public propertyDefaultCodeValue (Overrides StiBarCodeTypeServiceDefaultCodeValue.)
Public propertyEncodingMode
Gets or sets type of encoding type.
Public propertyErrorsCorrectionLevel
Gets or sets errors correction level. The higher level is the more information is added to bar code for restoring.
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 propertyRatioY
Gets or sets vertical ratio of bar code. Value must between 2 and 5.
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.)
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
  NameDescription
Protected fieldRectWindow (Inherited from StiBarCodeTypeService.)
Top
See Also