The BarcodeProfessional type exposes the following members.

Constructors

  NameDescription
Public methodBarcodeProfessional
Initializes a new instance of the BarcodeProfessional class

Methods

  NameDescription
Protected methodAddAttributesToRender
Adds HTML attributes and styles that need to be rendered to the specified HtmlTextWriterTag. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected methodAddedControl
Called after a child control is added to the Controls collection of the Control object.
(Inherited from Control.)
Protected methodAddParsedSubObject
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's ControlCollection object.
(Inherited from Control.)
Public methodApplyStyle
Copies any nonblank elements of the specified style to the Web control, overwriting any existing style elements of the control. This method is primarily used by control developers.
(Inherited from WebControl.)
Public methodApplyStyleSheetSkin
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.)
Protected methodBuildProfileTree
Gathers information about the server control and delivers it to the Trace property to be displayed when tracing is enabled for the page.
(Inherited from Control.)
Protected methodClearChildControlState
Deletes the control-state information for the server control's child controls.
(Inherited from Control.)
Protected methodClearChildState
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from Control.)
Protected methodClearChildViewState
Deletes the view-state information for all the server control's child controls.
(Inherited from Control.)
Public methodClone
Public methodCopyBaseAttributes
Copies the properties not encapsulated by the Style object from the specified Web server control to the Web server control that this method is called from. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected methodCreateChildControls
Called by the ASP.NET page framework to notify server controls that use composition-based implementation to create any child controls they contain in preparation for posting back or rendering.
(Inherited from Control.)
Protected methodCreateControlCollection (Overrides Control..::..CreateControlCollection()()()().)
Protected methodCreateControlStyle
Creates the style object that is used internally by the WebControl class to implement all style related properties. This method is used primarily by control developers.
(Inherited from WebControl.)
Public methodDataBind()()()()
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.)
Protected methodDataBind(Boolean)
Binds a data source to the invoked server control and all its child controls with an option to raise the DataBinding event.
(Inherited from Control.)
Protected methodDataBindChildren
Binds a data source to the server control's child controls.
(Inherited from Control.)
Public methodDispose
Enables a server control to perform final clean up before it is released from memory.
(Inherited from Control.)
Public methodDrawOnCanvas(Graphics)
Draws the barcode onto the graphics object at the origin point.
Public methodDrawOnCanvas(Graphics, PointF)
Draws the barcode onto the graphics object at the given point.
Public methodDrawOnCanvas(Graphics, PointF, SizeF)
Draws the barcode onto the specified graphics object fitting the bars into the specified size.
Public methodDrawOnCanvas(Graphics, PointF, Single)
Draws the barcode onto the graphics object at the given point and in the specified scale.
Public methodDrawOnCanvas(Graphics, PointF, SizeF, Single)
Draws the barcode onto the graphics object at the given point and in the specified scale.
Protected methodEnsureChildControls
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from Control.)
Protected methodEnsureID
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from Control.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindControl(String)
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.)
Protected methodFindControl(String, Int32)
Searches the current naming container for a server control with the specified id and an integer, specified in the pathOffset parameter, which aids in the search. You should not override this version of the FindControl()()()() method.
(Inherited from Control.)
Public methodFocus
Sets input focus to a control.
(Inherited from Control.)
Public methodGetBarcodeImage()()()()
Gets a System.Drawing.Image object of the barcode image.
Public methodGetBarcodeImage(ImageFormat)
Gets a byte array that represents the barcode image.
Public methodGetBarcodeImage(Single)
Gets a System.Drawing.Bitmap object of the barcode image at the specified resolution.
Public methodGetBarcodeImage(String)
Gets a byte array that represents the barcode image based on the specified MIME image format.
Public methodGetBarcodeImage(ImageFormat, Single)
Gets a byte array that represents the barcode image at the specified resolution.
Public methodGetBarcodeImage(Single, SizeF)
Gets a System.Drawing.Image object of the barcode image fitting the bars into the specified size.
Public methodGetBarcodeImage(ImageFormat, Single, SizeF)
Gets a byte array that represents the barcode image fitting the bars into the specified size.
Public methodGetBarcodeUrl
It returns a URL string used to generate the barcode image on the server side.
Public methodGetBarcodeUrlParam
It returns a parameters string used to generate the barcode image on the server side.
Protected methodGetDesignModeState
Gets design-time data for a control.
(Inherited from Control.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasControls
Determines if the server control contains any child controls.
(Inherited from Control.)
Protected methodHasEvents
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from Control.)
Protected methodIsLiteralContent
Determines if the server control holds only literal content.
(Inherited from Control.)
Protected methodLoadControlState
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.)
Protected methodLoadViewState (Overrides WebControl..::..LoadViewState(Object).)
Protected methodMapPathSecure
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodMergeStyle
Copies any nonblank elements of the specified style to the Web control, but will not overwrite any existing style elements of the control. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected methodOnBubbleEvent
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from Control.)
Protected methodOnDataBinding
Raises the DataBinding event.
(Inherited from Control.)
Protected methodOnInit (Overrides Control..::..OnInit(EventArgs).)
Protected methodOnLoad
Raises the Load event.
(Inherited from Control.)
Protected methodOnPreRender
Raises the PreRender event.
(Inherited from Control.)
Protected methodOnUnload
Raises the Unload event.
(Inherited from Control.)
Protected methodOpenFile
Gets a Stream used to read a file.
(Inherited from Control.)
Public methodStatic memberProcessBarcodeRequest()()()()
This method makes the necessary processing to serve barcode images when a Barcode Professional object is dynamically created in a webform. It should be called in the Page’s Load event on the webform that will contain the Barcode Professional control.
Public methodStatic memberProcessBarcodeRequest(HttpContext)
This method makes the necessary processing to serve barcode images when a Barcode Professional object is dynamically created in a webform. It should be called in the Page’s Load event on the webform that will contain the Barcode Professional control.
Public methodStatic memberProcessBarcodeRequest(Page)
This method makes the necessary processing to serve barcode images when a Barcode Professional object is dynamically created in a webform. It should be called in the Page’s Load event on the webform that will contain the Barcode Professional control.
Public methodStatic memberProcessReport(Page)
This method makes the necessary processing to serve barcode images used in a Crystal Reports report. It should be called in the Page's Load event on the webform that contains a Crystal Reports viewer.
Public methodStatic memberProcessReport(Page, RenderingMethod)
This method makes the necessary processing to serve barcode images used in a Crystal Reports report. It should be called in the Page's Load event on the webform that contains a Crystal Reports viewer.
Public methodProcessRequest
Protected methodRaiseBubbleEvent
Assigns any sources of the event and its information to the control's parent.
(Inherited from Control.)
Protected methodRemovedControl
Called after a child control is removed from the Controls collection of the Control object.
(Inherited from Control.)
Protected methodRender (Overrides WebControl..::..Render(HtmlTextWriter).)
Public methodRenderBeginTag
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected methodRenderChildren
Outputs the content of a server control's children to a provided HtmlTextWriter object, which writes the content to be rendered on the client.
(Inherited from Control.)
Protected methodRenderContents
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Public methodRenderControl(HtmlTextWriter)
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.)
Protected methodRenderControl(HtmlTextWriter, ControlAdapter)
Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.
(Inherited from Control.)
Protected methodRenderDesignTime
Public methodRenderEndTag
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.)
Protected methodResolveAdapter
Gets the control adapter responsible for rendering the specified control.
(Inherited from Control.)
Public methodResolveClientUrl
Gets a URL that can be used by the browser.
(Inherited from Control.)
Public methodResolveUrl
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.)
Public methodSave(Stream, ImageFormat)
Saves this barcode image to the specified Stream object in the specified format.
Public methodSave(String, ImageFormat)
Saves this barcode image to the specified file in the specified format.
Public methodSave(Stream, ImageFormat, Single, Single)
Saves this barcode image to the specified Stream object in the specified format and resolution.
Public methodSave(String, ImageFormat, Single, Single)
Saves this barcode image to the specified file in the specified format and resolution.
Protected methodSaveControlState
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.)
Public methodSaveEpsImage(Stream, Encoding)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format.
Public methodSaveEpsImage(String, Encoding)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format.
Public methodSaveEpsImage(Stream, Encoding, EpsCmykBarcodeColors)
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format with CMYK color space.
Public methodSaveEpsImage(String, Encoding, EpsCmykBarcodeColors)
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format with CMYK color space.
Protected methodSaveViewState (Overrides WebControl..::..SaveViewState()()()().)
Public methodSaveWbmpImage(Stream)
Saves this barcode image to the specified Stream object in Wireless Bitmap (WBMP) image format.
Public methodSaveWbmpImage(String)
Saves this barcode image to the specified file in Wireless Bitmap (WBMP) image format.
Protected methodSetDesignModeState
Sets design-time data for a control.
(Inherited from Control.)
Public methodSetRenderMethodDelegate
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Protected methodTrackViewState (Overrides WebControl..::..TrackViewState()()()().)

Fields

  NameDescription
Public fieldStatic memberAI2
Special character used to specify that an Application Identifier (AI) is 2-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI3
Special character used to specify that an Application Identifier (AI) is 3-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI4
Special character used to specify that an Application Identifier (AI) is 4-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberAI5
Special character used to specify that an Application Identifier (AI) is 5-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberEOT
End Of Transmission character (ASCII 4).
Public fieldStatic memberFNC1
Function 1 Symbol Character (FNC1) used by GS1-128 and UCC/EAN-128 barcodes.
Public fieldStatic memberGS
Group Separator character (ASCII 29).
Public fieldStatic memberRS
Record Separator character (ASCII 30).

Properties

  NameDescription
Public propertyAccessKey
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Inherited from WebControl.)
Protected propertyAdapter
Gets the browser-specific adapter for the control.
(Inherited from Control.)
Public propertyAddChecksum
Gets or sets whether checksum must be generated and attached to the value to encode.
Public propertyAlternateText
Public propertyAntiAlias
Gets or sets whether AntiAlias effect must be applied to all the texts in the barcode image.
Public propertyAppRelativeTemplateSourceDirectory
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
(Inherited from Control.)
Public propertyAttributes
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
(Inherited from WebControl.)
Public propertyAutoSize
Gets or sets whether the barcode image is automatically resized to display its entire contents.
Public propertyAztecCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for Aztec Code in Byte Compaction mode. Default it ISO-8859-1.
Public propertyAztecCodeErrorCorrection
Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default is 23.
Public propertyAztecCodeFormat
Gets or sets the Aztec Code Format to use on that symbology.
Public propertyAztecCodeModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyAztecCodeProcessTilde
Gets or sets whether tilde character should be processed when Aztec Code is being generated.
Public propertyAztecCodeRune
Gets or sets the Aztec Code Rune value. It must be a value from 0 to 255 and is available for Aztec Code Compact Format only.
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from WebControl.)
Public propertyBarcodeUnit
Gets or sets the unit of measure for the barcode dimensions. Defauls is Inch. It must precede any barcode dimension properties settings.
Public propertyBarColor
Gets or sets the bars' color of the barcode.
Public propertyBarHeight
Gets or sets the bars' height of the barcode. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarRatio
Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.
Public propertyBarWidth
Gets or sets the narrow bars' width of the barcode. In barcode terminology this is X value. The unit of measure must be specified to BarcodeUnit property.
Public propertyBarWidthAdjustment
Gets or sets the Bar Width Adjustment.
Public propertyBearerBarStyle
Gets or set the bearer bars' type that must be drawn with the barcode image. Bearer bar is only available for 2 of 5, Code 128 and UCC.EAN 128 barcodes.
Public propertyBearerBarWidth
Gets or sets the bearer bars' width. The unit of measure must be specified to BarcodeUnit property.
Public propertyBindingContainer
Gets the control that contains this control's data binding.
(Inherited from Control.)
Public propertyBorderColor
Gets or sets the border color of the Web control.
(Inherited from WebControl.)
Public propertyBorderStyle (Overrides WebControl..::..BorderStyle.)
Public propertyBorderWidth (Overrides WebControl..::..BorderWidth.)
Public propertyBottomMargin
Gets or sets the height of the margin below the barcode bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyBottomPadding
Gets or sets the extra space inside the bottom border. The unit of measure must be specified to BarcodeUnit property.
Public propertyCacheExpiresAtDateTime
Gets or sets the time at which the output image expires and is removed from the server cache.
Public propertyCacheExpiresInSeconds
Gets or sets the number of seconds that the server can cache the output image.
Protected propertyChildControlsCreated
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.)
Public propertyClientID
Gets the server control identifier generated by ASP.NET.
(Inherited from Control.)
Protected propertyClientIDSeparator
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.)
Public propertyCodabarStartChar
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.
Public propertyCodabarStopChar
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D.
Public propertyCode
Gets or sets the value to encode.
Public propertyCode128CharSet
Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C.
Public propertyCode16kMode
Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2.
Public propertyCodeAlignment
Gets or sets the text alignment for Code property.
Protected propertyContext
Gets the HttpContext object associated with the server control for the current Web request.
(Inherited from Control.)
Public propertyControls
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.)
Public propertyControlStyle
Gets the style of the Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
Public propertyControlStyleCreated
Gets a value indicating whether a Style object has been created for the ControlStyle property. This property is primarily used by control developers.
(Inherited from WebControl.)
Public propertyCssClass
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
(Inherited from WebControl.)
Public propertyDataMatrixByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for DataMatrix Byte Compaction mode. Default it ISO-8859-1.
Public propertyDataMatrixEncoding
Gets or sets the DataMatrix Encoding to use on that symbology.
Public propertyDataMatrixFileId
Gets or sets the File ID of the Data Matrix symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 001 and 254) and must be the same for all data segments.
Public propertyDataMatrixFormat
Gets or sets the DataMatrix Format to use on that symbology.
Public propertyDataMatrixModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyDataMatrixProcessTilde
Gets or sets whether tilde character should be processed when DataMatrix code is being generated.
Public propertyDataMatrixSymbolCount
Gets or sets the number of Data Matrix symbols. Its value must be less than or equal to 16.
Public propertyDataMatrixSymbolIndex
Gets or sets the Index for a Data Matrix symbol. Its value must be 1 up to 16 and must be less than or equal to the value in DataMatrixSegmentCount property.
Protected propertyDesignMode
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.)
Public propertyDisplayChecksum
Gets or sets whether checksum value must be displayed after the value to encode in the barcode image.
Public propertyDisplayCode
Gets or sets whether the value to encode must be displayed in the barcode image.
Public propertyDisplayLightMarginIndicator
Gets or sets whether light margin indicators must be displayed in the barcode image. Only available for EAN/UPC Symbologies.
Public propertyDisplayStartStopChar
Gets or sets whether start and stop characters must be displayed in the barcode image.
Public propertyDpi
Gets or sets the barcode image resolution in dots per inch.
Public propertyEanUpcSupplement
Gets or sets the supplement type to use with EAN and UPC symbologies.
Public propertyEanUpcSupplementCode
Gets or sets the supplement value for EAN and UPC symbologies.
Public propertyEanUpcSupplementSeparation
Gets or sets the gap separation between the barcode and its supplement. The unit of measure must be specified to BarcodeUnit property.
Public propertyEanUpcSupplementTopMargin
Gets or sets the height of the margin above the EAN/UPC supplement bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyEnabled (Overrides WebControl..::..Enabled.)
Public propertyEnableTheming
Gets or sets a value indicating whether themes apply to this control.
(Inherited from WebControl.)
Public propertyEnableViewState
Gets or sets a value indicating whether the server control persists its view state, and the view state of any child controls it contains, to the requesting client.
(Inherited from Control.)
Protected propertyEvents
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.)
Public propertyExtended
Gets or sets whether the extended versions for Code 39 and/or Code 93 symbologies must be used.
Public propertyFitBarsAreaToSize
Gets or sets the desired area size that the barcode bars/modules must fit in. The unit of measure must be specified to BarcodeUnit property.
Public propertyFont
Gets the font properties associated with the Web server control.
(Inherited from WebControl.)
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.)
Public propertyGuardBar
Gets or sets whether guard bars must be drawn.
Public propertyGuardBarHeight
Gets or sets the guard bars' height. The unit of measure must be specified to BarcodeUnit property.
Public propertyHasAttributes
Gets a value indicating whether the control has attributes set.
(Inherited from WebControl.)
Protected propertyHasChildViewState
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.)
Public propertyHeight (Overrides WebControl..::..Height.)
Public propertyHibcFormatHumanReadableText
Gets or sets whether the Human Readable Text is formatted as specified by HIBC Standards i.e. Zeros are displayed as Slashed-Zeros and the Space character is displayed as an Underscore.
Public propertyHighQualityGif
Gets or sets whether imaging quantification process must be applied in order to obtain high quality barcodes in GIF format.
Public propertyHumanReadableText
Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property.
Public propertyID
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.)
Protected propertyIdSeparator
Gets the character used to separate control identifiers.
(Inherited from Control.)
Public propertyImageFormat
Gets or sets the barcode image format to render.
Public propertyIsbnSupplementCode Obsolete.
(Obsolete) Do not use IsbnSupplementCode property. Use EanUpcSupplementCode property instead.
Public propertyIsbt128DataStructure
Gets or sets the ISBT 128 Data Structure to be generated.
Protected propertyIsChildControlStateCleared
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.)
Public propertyIsCodeValid
Gets a value indicating whether the value to encode specified in the Code property is valid based on the Barcode Symbology specified in the Symbology property.
Protected propertyIsEnabled
Gets a value indicating whether the control is enabled.
(Inherited from WebControl.)
Public propertyIsReusable
Protected propertyIsTrackingViewState
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.)
Protected propertyIsViewStateEnabled
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.)
Public propertyLeftPadding
Gets or sets the extra space inside the left border. The unit of measure must be specified to BarcodeUnit property.
Public propertyStatic memberLicenseKey
Gets or sets the License Key.
Public propertyStatic memberLicenseOwner
Gets or sets the License Owner.
Protected propertyLoadViewStateByID
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.)
Public propertyMaxiCodeMode
Gets or sets the MaxiCode mode.
Public propertyMaxiCodeProcessTilde
Gets or sets whether tilde character should be processed when MaxiCode code is being generated.
Public propertyMaxiCodeSymbolCount
Gets or sets the number of MaxiCode symbols in a Structured Appended format. Its value must be less than or equal to 8.
Public propertyMaxiCodeSymbolIndex
Gets or sets the Symbol Index for a Structured Appended MaxiCode. Its value must be 1 up to 8 and must be less than the value in MaxiCodeSymbolCount property.
Public propertyMICRCharHeight
Gets or sets the height of the MICR characters. The unit of measure must be specified to BarcodeUnit property.
Public propertyMICRCharSpacing
Gets or sets the gap spacing between each MICR character specified in the Code property. It must be a comma separated list of float point numbers (in InvariantCulture) specifying the desired spacing between each MICR char. The unit of measure must be specified to BarcodeUnit property IMPORTANT: Spacing is the distance between the right average edge of adjacent characters.
Public propertyMICRCharWidths
Gets or sets the widths of each MICR character specified in the Code property. It must be a comma separated list of float point numbers (in InvariantCulture) specifying the desired width of each MICR char. The unit of measure must be specified to BarcodeUnit property.
Public propertyMicroPdf417Version
Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated.
Public propertyMicroQRCodeVersion
Gets or sets the Micro QR Code Version to use on that symbology.
Public propertyMonochrome
Gets or sets a value indicating whether the barcode image must be converted to monochrome a.k.a. Black and White 1 bit per pixel format.
Public propertyMsiChecksum
Gets or sets the checksum mode to be used on MSI symbology.
Public propertyNamingContainer
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same ID property value.
(Inherited from Control.)
Public propertyPage
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.)
Public propertyParent
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from Control.)
Public propertyPdf417AspectRatio
Gets or sets the ratio of the height to the overall width of the PDF417 symbol. Its value must be 0 (zero) up to 1 (one).
Public propertyPdf417ByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default it ISO-8859-1.
Public propertyPdf417Columns
Gets or sets the number of columns to use for PDF417 symbology.
Public propertyPdf417CompactionType
Gets or sets the Compaction Type to apply for PDF417 symbology.
Public propertyPdf417ErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for PDF417 symbology.
Public propertyPdf417FileId
Gets or sets the File ID of the Macro PDF417 symbol. Its value must be a sequence of codewords (Each codeword value must be a number between 000 and 899) and must be the same for all data segments.
Public propertyPdf417Rows
Gets or sets the number of rows to use for PDF417 symbology.
Public propertyPdf417SegmentCount
Gets or sets the number of Macro PDF417 symbols. Its value must be less than or equal to 99999.
Public propertyPdf417SegmentIndex
Gets or sets the Segment Index for a Macro PDF417 symbol. Its value must be 0 (zero) up to 99998 and must be less than the value in Pdf417SegmentCount property.
Public propertyPdf417Truncated
Gets or sets whether the right side of PDF417 barcode is truncated (removed).
Public propertyPharmacodeBarsSpacing
Gets or sets the gap between Pharmacode bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyPharmacodeThickBarWidth
Gets or sets the width of Pharmacode Thick Bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyPharmacodeThinBarWidth
Gets or sets the width of Pharmacode Thin Bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyPlanetHeightShortBar
Gets or sets the short bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPlanetHeightTallBar
Gets or sets the tall bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateAddStartStopChar
Gets or sets whether start and stop characters must be added and drawn in the barcode image.
Public propertyPostal4StateBarsSpacing
Gets or sets the gap spacing between bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateTrackerBarHeight
Gets or sets the tracker bar's height. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostal4StateTrackerBarWidth
Gets or sets the tracker bar's width. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostnetHeightShortBar
Gets or sets the short bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyPostnetHeightTallBar
Gets or sets the tall bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
Public propertyQRCodeByteEncodingName
Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default it ISO-8859-1.
Public propertyQRCodeEncoding
Gets or sets the QR Code Encoding to use on that symbology.
Public propertyQRCodeErrorCorrectionLevel
Gets or sets the Error Correction Level to apply for QR Code symbology.
Public propertyQRCodeModuleSize
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
Public propertyQRCodeProcessTilde
Gets or sets whether tilde character should be processed when QR Code is being generated.
Public propertyQRCodeVersion
Gets or sets the QR Code Version to use on that symbology.
Public propertyQuietZoneWidth
Gets or sets the quiet zone's width. The unit of measure must be specified to BarcodeUnit property.
Public propertyRenderingMethod
Gets or sets the barcode rendering mechanism to be used. To enhance performance in the barcode generation set this property to HttpHandler. IMPORTANT: if this property is set to HttpHandler you must add the following entry in the Web.Config file under system.web node:
Public propertyRightPadding
Gets or sets the extra space inside the right border. The unit of measure must be specified to BarcodeUnit property.
Public propertyRotate
Gets or sets the rotation angle to apply on the barcode image.
Public propertySegmentsPerRow
Gets or sets the number of segments per row to be used in GS1 DataBar Expanded Stacked or RSS Expanded Stacked symbologies. It must be an even number ranging from 2 up to 22. Default is 4.
Public propertySite
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from Control.)
Public propertySkinID
Gets or sets the skin to apply to the control.
(Inherited from WebControl.)
Public propertyStyle
Gets a collection of text attributes that will be rendered as a style attribute on the outer tag of the Web server control.
(Inherited from WebControl.)
Public propertySymbology
Gets or sets the barcode symbology to generate.
Public propertyTabIndex
Gets or sets the tab index of the Web server control.
(Inherited from WebControl.)
Protected propertyTagKey
Gets the HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers.
(Inherited from WebControl.)
Protected propertyTagName
Gets the name of the control tag. This property is used primarily by control developers.
(Inherited from WebControl.)
Public propertyTelepenEncoding
Gets or sets the Telepen Encoding to use on that symbology.
Public propertyTemplateControl
Gets or sets a reference to the template that contains this control.
(Inherited from Control.)
Public propertyTemplateSourceDirectory
Gets the virtual directory of the Page or UserControl that contains the current server control.
(Inherited from Control.)
Public propertyTemporaryStorage
Gets or sets the temporary storage for the barcode content when rendering the src attribute of the HTML Image Tag representing the barcode image.
Public propertyText
Gets or sets the additional text to show in the barcode image e.g.: Product ID. Note: This is not the value to encode nor the Human Readable Text.
Public propertyTextAlignment
Gets or sets the text alignment for Text property.
Public propertyTextFont
Gets the FontInfo object for using when rendering Text property.
Public propertyTextForeColor
Gets or sets the text color for using when rendering Text property.
Public propertyTiffCompression
Gets or sets the TIFF compression algorithm to be used when saving barcodes in such image format.
Public propertyToolTip
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Inherited from WebControl.)
Public propertyTopMargin
Gets or sets the height of the margin above the barcode bars. The unit of measure must be specified to BarcodeUnit property.
Public propertyTopPadding
Gets or sets the extra space inside the top border. The unit of measure must be specified to BarcodeUnit property.
Public propertyUniqueID
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from Control.)
Public propertyUpcESystem
Gets or sets the number system to use for UPC-E symbology.
Public propertyUseAbsoluteUrl
Gets or sets whether absolute full URL must be used when rendering the source attribute of the barcode image tag.
Public propertyUseCache
Gets or sets whether the barcode image should be stored in the ASP.NET Output Cache.
Public propertyUseQuietZoneForText
Gets or sets whether quiet zones are used for drawing Text and/or Code properties.
Public propertyUspsFimPattern
Gets or sets the USPS FIM pattern to use on that symbology.
Public propertyUspsHorizontalBarsCount
Gets or sets the number of horizontal bars to be drawn.
Protected propertyViewState
Gets a dictionary of state information that allows you to save and restore the view state of a server control across multiple requests for the same page.
(Inherited from Control.)
Protected propertyViewStateIgnoresCase
Gets a value that indicates whether the StateBag object is case-insensitive.
(Inherited from Control.)
Public propertyVisible
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from Control.)
Public propertyWidth (Overrides WebControl..::..Width.)

Events

  NameDescription
Public eventDataBinding
Occurs when the server control binds to a data source.
(Inherited from Control.)
Public eventDisposed
Occurs when a server control is released from memory, which is the last stage of the server control lifecycle when an ASP.NET page is requested.
(Inherited from Control.)
Public eventInit
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.)
Public eventLoad
Occurs when the server control is loaded into the Page object.
(Inherited from Control.)
Public eventPreRender
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.)
Public eventUnload
Occurs when the server control is unloaded from memory.
(Inherited from Control.)

See Also