The BarcodeProfessional type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | BarcodeProfessional | Initializes a new instance of the BarcodeProfessional class |
Methods
Name | Description | |
---|---|---|
![]() | AddAttributesToRender |
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.) |
![]() | AddedControl | (Inherited from Control.) |
![]() | AddParsedSubObject |
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.) |
![]() | ApplyStyle |
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.) |
![]() | ApplyStyleSheetSkin |
Applies the style properties defined in the page style sheet to the control.
(Inherited from Control.) |
![]() | BuildProfileTree |
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.) |
![]() | ClearChildControlState |
Deletes the control-state information for the server control's child controls.
(Inherited from Control.) |
![]() | ClearChildState |
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from Control.) |
![]() | ClearChildViewState |
Deletes the view-state information for all the server control's child controls.
(Inherited from Control.) |
![]() | Clone | |
![]() | CopyBaseAttributes |
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.) |
![]() | CreateChildControls |
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.) |
![]() | CreateControlCollection | (Overrides Control..::..CreateControlCollection()()()().) |
![]() | CreateControlStyle |
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.) |
![]() | DataBind()()()() |
Binds a data source to the invoked server control and all its child controls.
(Inherited from Control.) |
![]() | DataBind(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.) |
![]() | DataBindChildren |
Binds a data source to the server control's child controls.
(Inherited from Control.) |
![]() | Dispose |
Enables a server control to perform final clean up before it is released from memory.
(Inherited from Control.) |
![]() | DrawOnCanvas(Graphics) |
Draws the barcode onto the graphics object at the origin point.
|
![]() | DrawOnCanvas(Graphics, PointF) |
Draws the barcode onto the graphics object at the given point.
|
![]() | DrawOnCanvas(Graphics, PointF, SizeF) |
Draws the barcode onto the specified graphics object fitting the bars into the specified size.
|
![]() | DrawOnCanvas(Graphics, PointF, Single) |
Draws the barcode onto the graphics object at the given point and in the specified scale.
|
![]() | DrawOnCanvas(Graphics, PointF, SizeF, Single) |
Draws the barcode onto the graphics object at the given point and in the specified scale.
|
![]() | EnsureChildControls |
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from Control.) |
![]() | EnsureID |
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from Control.) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | FindControl(String) |
Searches the current naming container for a server control with the specified id parameter.
(Inherited from Control.) |
![]() | FindControl(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.) |
![]() | Focus |
Sets input focus to a control.
(Inherited from Control.) |
![]() | GetBarcodeImage()()()() |
Gets a System.Drawing.Image object of the barcode image.
|
![]() | GetBarcodeImage(ImageFormat) |
Gets a byte array that represents the barcode image.
|
![]() | GetBarcodeImage(Single) |
Gets a System.Drawing.Bitmap object of the barcode image at the specified resolution.
|
![]() | GetBarcodeImage(String) |
Gets a byte array that represents the barcode image based on the specified MIME image format.
|
![]() | GetBarcodeImage(ImageFormat, Single) |
Gets a byte array that represents the barcode image at the specified resolution.
|
![]() | GetBarcodeImage(Single, SizeF) |
Gets a System.Drawing.Image object of the barcode image fitting the bars into the specified size.
|
![]() | GetBarcodeImage(ImageFormat, Single, SizeF) |
Gets a byte array that represents the barcode image fitting the bars into the specified size.
|
![]() | GetBarcodeUrl |
It returns a URL string used to generate the barcode image on the server side.
|
![]() | GetBarcodeUrlParam |
It returns a parameters string used to generate the barcode image on the server side.
|
![]() | GetDesignModeState |
Gets design-time data for a control.
(Inherited from Control.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | HasControls |
Determines if the server control contains any child controls.
(Inherited from Control.) |
![]() | HasEvents |
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from Control.) |
![]() | IsLiteralContent |
Determines if the server control holds only literal content.
(Inherited from Control.) |
![]() | LoadControlState |
Restores control-state information from a previous page request that was saved by the SaveControlState()()()() method.
(Inherited from Control.) |
![]() | LoadViewState | (Overrides WebControl..::..LoadViewState(Object).) |
![]() | MapPathSecure |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from Control.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | MergeStyle |
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.) |
![]() | OnBubbleEvent |
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from Control.) |
![]() | OnDataBinding |
Raises the DataBinding event.
(Inherited from Control.) |
![]() | OnInit | (Overrides Control..::..OnInit(EventArgs).) |
![]() | OnLoad |
Raises the Load event.
(Inherited from Control.) |
![]() | OnPreRender |
Raises the PreRender event.
(Inherited from Control.) |
![]() | OnUnload |
Raises the Unload event.
(Inherited from Control.) |
![]() | OpenFile |
Gets a Stream used to read a file.
(Inherited from Control.) |
![]() ![]() | ProcessBarcodeRequest()()()() |
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.
|
![]() ![]() | ProcessBarcodeRequest(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.
|
![]() ![]() | ProcessBarcodeRequest(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.
|
![]() ![]() | ProcessReport(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.
|
![]() ![]() | ProcessReport(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.
|
![]() | ProcessRequest | |
![]() | RaiseBubbleEvent |
Assigns any sources of the event and its information to the control's parent.
(Inherited from Control.) |
![]() | RemovedControl | (Inherited from Control.) |
![]() | Render | (Overrides WebControl..::..Render(HtmlTextWriter).) |
![]() | RenderBeginTag |
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.) |
![]() | RenderChildren |
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.) |
![]() | RenderContents |
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.) |
![]() | RenderControl(HtmlTextWriter) |
Outputs server control content to a provided HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
(Inherited from Control.) |
![]() | RenderControl(HtmlTextWriter, ControlAdapter) |
Outputs server control content to a provided HtmlTextWriter object using a provided ControlAdapter object.
(Inherited from Control.) |
![]() | RenderDesignTime | |
![]() | RenderEndTag |
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from WebControl.) |
![]() | ResolveAdapter |
Gets the control adapter responsible for rendering the specified control.
(Inherited from Control.) |
![]() | ResolveClientUrl |
Gets a URL that can be used by the browser.
(Inherited from Control.) |
![]() | ResolveUrl |
Converts a URL into one that is usable on the requesting client.
(Inherited from Control.) |
![]() | Save(Stream, ImageFormat) |
Saves this barcode image to the specified Stream object in the specified format.
|
![]() | Save(String, ImageFormat) |
Saves this barcode image to the specified file in the specified format.
|
![]() | Save(Stream, ImageFormat, Single, Single) |
Saves this barcode image to the specified Stream object in the specified format and resolution.
|
![]() | Save(String, ImageFormat, Single, Single) |
Saves this barcode image to the specified file in the specified format and resolution.
|
![]() | SaveControlState |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from Control.) |
![]() | SaveEpsImage(Stream, Encoding) |
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format.
|
![]() | SaveEpsImage(String, Encoding) |
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format.
|
![]() | SaveEpsImage(Stream, Encoding, EpsCmykBarcodeColors) |
Saves this barcode to the specified Stream object and text encoding in EPS (Encapsulated PostScript) format with CMYK color space.
|
![]() | SaveEpsImage(String, Encoding, EpsCmykBarcodeColors) |
Saves this barcode to the specified file in EPS (Encapsulated PostScript) format with CMYK color space.
|
![]() | SaveViewState | (Overrides WebControl..::..SaveViewState()()()().) |
![]() | SaveWbmpImage(Stream) |
Saves this barcode image to the specified Stream object in Wireless Bitmap (WBMP) image format.
|
![]() | SaveWbmpImage(String) |
Saves this barcode image to the specified file in Wireless Bitmap (WBMP) image format.
|
![]() | SetDesignModeState |
Sets design-time data for a control.
(Inherited from Control.) |
![]() | SetRenderMethodDelegate |
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from Control.) |
![]() | ToString | (Inherited from Object.) |
![]() | TrackViewState | (Overrides WebControl..::..TrackViewState()()()().) |
Fields
Name | Description | |
---|---|---|
![]() ![]() | AI2 |
Special character used to specify that an Application Identifier (AI) is 2-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
|
![]() ![]() | AI3 |
Special character used to specify that an Application Identifier (AI) is 3-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
|
![]() ![]() | AI4 |
Special character used to specify that an Application Identifier (AI) is 4-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
|
![]() ![]() | AI5 |
Special character used to specify that an Application Identifier (AI) is 5-digits long. Used by GS1-128 and UCC/EAN-128 barcodes.
|
![]() ![]() | EOT |
End Of Transmission character (ASCII 4).
|
![]() ![]() | FNC1 |
Function 1 Symbol Character (FNC1) used by GS1-128 and UCC/EAN-128 barcodes.
|
![]() ![]() | GS |
Group Separator character (ASCII 29).
|
![]() ![]() | RS |
Record Separator character (ASCII 30).
|
Properties
Name | Description | |
---|---|---|
![]() | AccessKey |
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Inherited from WebControl.) |
![]() | Adapter |
Gets the browser-specific adapter for the control.
(Inherited from Control.) |
![]() | AddChecksum |
Gets or sets whether checksum must be generated and attached to the value to encode.
|
![]() | AlternateText | |
![]() | AntiAlias |
Gets or sets whether AntiAlias effect must be applied to all the texts in the barcode image.
|
![]() | AppRelativeTemplateSourceDirectory |
Gets or sets the application-relative virtual directory of the Page or UserControl object that contains this control.
(Inherited from Control.) |
![]() | Attributes |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
(Inherited from WebControl.) |
![]() | AutoSize |
Gets or sets whether the barcode image is automatically resized to display its entire contents.
|
![]() | AztecCodeByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for Aztec Code in Byte Compaction mode. Default it ISO-8859-1.
|
![]() | AztecCodeErrorCorrection |
Gets or sets the Error Correction Percentage to apply for Aztec Code symbology. Default is 23.
|
![]() | AztecCodeFormat |
Gets or sets the Aztec Code Format to use on that symbology.
|
![]() | AztecCodeModuleSize |
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
|
![]() | AztecCodeProcessTilde |
Gets or sets whether tilde character should be processed when Aztec Code is being generated.
|
![]() | AztecCodeRune |
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.
|
![]() | BackColor |
Gets or sets the background color of the Web server control.
(Inherited from WebControl.) |
![]() | BarcodeUnit |
Gets or sets the unit of measure for the barcode dimensions. Defauls is Inch. It must precede any barcode dimension properties settings.
|
![]() | BarColor |
Gets or sets the bars' color of the barcode.
|
![]() | BarHeight |
Gets or sets the bars' height of the barcode. The unit of measure must be specified to BarcodeUnit property.
|
![]() | BarRatio |
Gets or sets the wide bars' width compared to the narrow bars' width. In barcode terminology this is N value.
|
![]() | BarWidth |
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.
|
![]() | BarWidthAdjustment |
Gets or sets the Bar Width Adjustment.
|
![]() | BearerBarStyle |
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.
|
![]() | BearerBarWidth |
Gets or sets the bearer bars' width. The unit of measure must be specified to BarcodeUnit property.
|
![]() | BindingContainer |
Gets the control that contains this control's data binding.
(Inherited from Control.) |
![]() | BorderColor |
Gets or sets the border color of the Web control.
(Inherited from WebControl.) |
![]() | BorderStyle | (Overrides WebControl..::..BorderStyle.) |
![]() | BorderWidth | (Overrides WebControl..::..BorderWidth.) |
![]() | BottomMargin |
Gets or sets the height of the margin below the barcode bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | BottomPadding |
Gets or sets the extra space inside the bottom border. The unit of measure must be specified to BarcodeUnit property.
|
![]() | CacheExpiresAtDateTime |
Gets or sets the time at which the output image expires and is removed from the server cache.
|
![]() | CacheExpiresInSeconds |
Gets or sets the number of seconds that the server can cache the output image.
|
![]() | ChildControlsCreated |
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from Control.) |
![]() | ClientID |
Gets the server control identifier generated by ASP.NET.
(Inherited from Control.) |
![]() | ClientIDSeparator |
Gets a character value representing the separator character used in the ClientID property.
(Inherited from Control.) |
![]() | CodabarStartChar |
Gets or sets the start character for Codabar symbology. Possible values are: A, B, C or D.
|
![]() | CodabarStopChar |
Gets or sets the stop character for Codabar symbology. Possible values are: A, B, C or D.
|
![]() | Code |
Gets or sets the value to encode.
|
![]() | Code128CharSet |
Gets or sets the characters set to use in the Code 128 symbology. Possible values are: Auto, A, B or C.
|
![]() | Code16kMode |
Gets or sets the mode to use for Code16k symbology. Modes supported are: Mode 0, 1, and 2.
|
![]() | CodeAlignment |
Gets or sets the text alignment for Code property.
|
![]() | Context |
Gets the HttpContext object associated with the server control for the current Web request.
(Inherited from Control.) |
![]() | Controls |
Gets a ControlCollection object that represents the child controls for a specified server control in the UI hierarchy.
(Inherited from Control.) |
![]() | ControlStyle |
Gets the style of the Web server control. This property is used primarily by control developers.
(Inherited from WebControl.) |
![]() | ControlStyleCreated |
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.) |
![]() | CssClass |
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
(Inherited from WebControl.) |
![]() | DataMatrixByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for DataMatrix Byte Compaction mode. Default it ISO-8859-1.
|
![]() | DataMatrixEncoding |
Gets or sets the DataMatrix Encoding to use on that symbology.
|
![]() | DataMatrixFileId |
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.
|
![]() | DataMatrixFormat |
Gets or sets the DataMatrix Format to use on that symbology.
|
![]() | DataMatrixModuleSize |
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
|
![]() | DataMatrixProcessTilde |
Gets or sets whether tilde character should be processed when DataMatrix code is being generated.
|
![]() | DataMatrixSymbolCount |
Gets or sets the number of Data Matrix symbols. Its value must be less than or equal to 16.
|
![]() | DataMatrixSymbolIndex |
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.
|
![]() | DesignMode |
Gets a value indicating whether a control is being used on a design surface.
(Inherited from Control.) |
![]() | DisplayChecksum |
Gets or sets whether checksum value must be displayed after the value to encode in the barcode image.
|
![]() | DisplayCode |
Gets or sets whether the value to encode must be displayed in the barcode image.
|
![]() | DisplayLightMarginIndicator |
Gets or sets whether light margin indicators must be displayed in the barcode image. Only available for EAN/UPC Symbologies.
|
![]() | DisplayStartStopChar |
Gets or sets whether start and stop characters must be displayed in the barcode image.
|
![]() | Dpi |
Gets or sets the barcode image resolution in dots per inch.
|
![]() | EanUpcSupplement |
Gets or sets the supplement type to use with EAN and UPC symbologies.
|
![]() | EanUpcSupplementCode |
Gets or sets the supplement value for EAN and UPC symbologies.
|
![]() | EanUpcSupplementSeparation |
Gets or sets the gap separation between the barcode and its supplement. The unit of measure must be specified to BarcodeUnit property.
|
![]() | EanUpcSupplementTopMargin |
Gets or sets the height of the margin above the EAN/UPC supplement bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | Enabled | (Overrides WebControl..::..Enabled.) |
![]() | EnableTheming |
Gets or sets a value indicating whether themes apply to this control.
(Inherited from WebControl.) |
![]() | EnableViewState |
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.) |
![]() | Events |
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from Control.) |
![]() | Extended |
Gets or sets whether the extended versions for Code 39 and/or Code 93 symbologies must be used.
|
![]() | FitBarsAreaToSize |
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.
|
![]() | Font |
Gets the font properties associated with the Web server control.
(Inherited from WebControl.) |
![]() | ForeColor |
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from WebControl.) |
![]() | GuardBar |
Gets or sets whether guard bars must be drawn.
|
![]() | GuardBarHeight |
Gets or sets the guard bars' height. The unit of measure must be specified to BarcodeUnit property.
|
![]() | HasAttributes |
Gets a value indicating whether the control has attributes set.
(Inherited from WebControl.) |
![]() | HasChildViewState |
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from Control.) |
![]() | Height | (Overrides WebControl..::..Height.) |
![]() | HibcFormatHumanReadableText |
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.
|
![]() | HighQualityGif |
Gets or sets whether imaging quantification process must be applied in order to obtain high quality barcodes in GIF format.
|
![]() | HumanReadableText |
Gets or sets the Human Readable Text to be displayed instead of the value to encode specified in the Code property.
|
![]() | ID |
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from Control.) |
![]() | IdSeparator |
Gets the character used to separate control identifiers.
(Inherited from Control.) |
![]() | ImageFormat |
Gets or sets the barcode image format to render.
|
![]() | IsbnSupplementCode | Obsolete.
(Obsolete) Do not use IsbnSupplementCode property. Use EanUpcSupplementCode property instead.
|
![]() | Isbt128DataStructure |
Gets or sets the ISBT 128 Data Structure to be generated.
|
![]() | IsChildControlStateCleared |
Gets a value indicating whether controls contained within this control have control state.
(Inherited from Control.) |
![]() | IsCodeValid |
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.
|
![]() | IsEnabled |
Gets a value indicating whether the control is enabled.
(Inherited from WebControl.) |
![]() | IsReusable | |
![]() | IsTrackingViewState |
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from Control.) |
![]() | IsViewStateEnabled |
Gets a value indicating whether view state is enabled for this control.
(Inherited from Control.) |
![]() | LeftPadding |
Gets or sets the extra space inside the left border. The unit of measure must be specified to BarcodeUnit property.
|
![]() ![]() | LicenseKey |
Gets or sets the License Key.
|
![]() ![]() | LicenseOwner |
Gets or sets the License Owner.
|
![]() | LoadViewStateByID |
Gets a value indicating whether the control participates in loading its view state by ID instead of index.
(Inherited from Control.) |
![]() | MaxiCodeMode |
Gets or sets the MaxiCode mode.
|
![]() | MaxiCodeProcessTilde |
Gets or sets whether tilde character should be processed when MaxiCode code is being generated.
|
![]() | MaxiCodeSymbolCount |
Gets or sets the number of MaxiCode symbols in a Structured Appended format. Its value must be less than or equal to 8.
|
![]() | MaxiCodeSymbolIndex |
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.
|
![]() | MICRCharHeight |
Gets or sets the height of the MICR characters. The unit of measure must be specified to BarcodeUnit property.
|
![]() | MICRCharSpacing |
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.
|
![]() | MICRCharWidths |
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.
|
![]() | MicroPdf417Version |
Gets or sets the MicroPDF417 version (a predefined combinations of numbers of columns and rows) to be generated.
|
![]() | MicroQRCodeVersion |
Gets or sets the Micro QR Code Version to use on that symbology.
|
![]() | Monochrome |
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.
|
![]() | MsiChecksum |
Gets or sets the checksum mode to be used on MSI symbology.
|
![]() | NamingContainer |
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.) |
![]() | Page |
Gets a reference to the Page instance that contains the server control.
(Inherited from Control.) |
![]() | Parent |
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from Control.) |
![]() | Pdf417AspectRatio |
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).
|
![]() | Pdf417ByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for PDF417 Byte Compaction mode. Default it ISO-8859-1.
|
![]() | Pdf417Columns |
Gets or sets the number of columns to use for PDF417 symbology.
|
![]() | Pdf417CompactionType |
Gets or sets the Compaction Type to apply for PDF417 symbology.
|
![]() | Pdf417ErrorCorrectionLevel |
Gets or sets the Error Correction Level to apply for PDF417 symbology.
|
![]() | Pdf417FileId |
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.
|
![]() | Pdf417Rows |
Gets or sets the number of rows to use for PDF417 symbology.
|
![]() | Pdf417SegmentCount |
Gets or sets the number of Macro PDF417 symbols. Its value must be less than or equal to 99999.
|
![]() | Pdf417SegmentIndex |
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.
|
![]() | Pdf417Truncated |
Gets or sets whether the right side of PDF417 barcode is truncated (removed).
|
![]() | PharmacodeBarsSpacing |
Gets or sets the gap between Pharmacode bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PharmacodeThickBarWidth |
Gets or sets the width of Pharmacode Thick Bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PharmacodeThinBarWidth |
Gets or sets the width of Pharmacode Thin Bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PlanetHeightShortBar |
Gets or sets the short bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PlanetHeightTallBar |
Gets or sets the tall bars' height of Planet symbology. The unit of measure must be specified to BarcodeUnit property.
|
![]() | Postal4StateAddStartStopChar |
Gets or sets whether start and stop characters must be added and drawn in the barcode image.
|
![]() | Postal4StateBarsSpacing |
Gets or sets the gap spacing between bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | Postal4StateTrackerBarHeight |
Gets or sets the tracker bar's height. The unit of measure must be specified to BarcodeUnit property.
|
![]() | Postal4StateTrackerBarWidth |
Gets or sets the tracker bar's width. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PostnetHeightShortBar |
Gets or sets the short bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
|
![]() | PostnetHeightTallBar |
Gets or sets the tall bars' height of Postnet symbology. The unit of measure must be specified to BarcodeUnit property.
|
![]() | QRCodeByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for QR Code Byte Compaction mode. Default it ISO-8859-1.
|
![]() | QRCodeEncoding |
Gets or sets the QR Code Encoding to use on that symbology.
|
![]() | QRCodeErrorCorrectionLevel |
Gets or sets the Error Correction Level to apply for QR Code symbology.
|
![]() | QRCodeModuleSize |
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
|
![]() | QRCodeProcessTilde |
Gets or sets whether tilde character should be processed when QR Code is being generated.
|
![]() | QRCodeVersion |
Gets or sets the QR Code Version to use on that symbology.
|
![]() | QuietZoneWidth |
Gets or sets the quiet zone's width. The unit of measure must be specified to BarcodeUnit property.
|
![]() | RenderingMethod |
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: |
![]() | RightPadding |
Gets or sets the extra space inside the right border. The unit of measure must be specified to BarcodeUnit property.
|
![]() | Rotate |
Gets or sets the rotation angle to apply on the barcode image.
|
![]() | SegmentsPerRow |
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.
|
![]() | Site |
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from Control.) |
![]() | SkinID |
Gets or sets the skin to apply to the control.
(Inherited from WebControl.) |
![]() | Style |
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.) |
![]() | Symbology |
Gets or sets the barcode symbology to generate.
|
![]() | TabIndex |
Gets or sets the tab index of the Web server control.
(Inherited from WebControl.) |
![]() | TagKey |
Gets the HtmlTextWriterTag value that corresponds to this Web server control. This property is used primarily by control developers.
(Inherited from WebControl.) |
![]() | TagName |
Gets the name of the control tag. This property is used primarily by control developers.
(Inherited from WebControl.) |
![]() | TelepenEncoding |
Gets or sets the Telepen Encoding to use on that symbology.
|
![]() | TemplateControl |
Gets or sets a reference to the template that contains this control.
(Inherited from Control.) |
![]() | TemplateSourceDirectory |
Gets the virtual directory of the Page or UserControl that contains the current server control.
(Inherited from Control.) |
![]() | TemporaryStorage |
Gets or sets the temporary storage for the barcode content when rendering the src attribute of the HTML Image Tag representing the barcode image.
|
![]() | Text |
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.
|
![]() | TextAlignment |
Gets or sets the text alignment for Text property.
|
![]() | TextFont |
Gets the FontInfo object for using when rendering Text property.
|
![]() | TextForeColor |
Gets or sets the text color for using when rendering Text property.
|
![]() | TiffCompression |
Gets or sets the TIFF compression algorithm to be used when saving barcodes in such image format.
|
![]() | ToolTip |
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Inherited from WebControl.) |
![]() | TopMargin |
Gets or sets the height of the margin above the barcode bars. The unit of measure must be specified to BarcodeUnit property.
|
![]() | TopPadding |
Gets or sets the extra space inside the top border. The unit of measure must be specified to BarcodeUnit property.
|
![]() | UniqueID |
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from Control.) |
![]() | UpcESystem |
Gets or sets the number system to use for UPC-E symbology.
|
![]() | UseAbsoluteUrl |
Gets or sets whether absolute full URL must be used when rendering the source attribute of the barcode image tag.
|
![]() | UseCache |
Gets or sets whether the barcode image should be stored in the ASP.NET Output Cache.
|
![]() | UseQuietZoneForText |
Gets or sets whether quiet zones are used for drawing Text and/or Code properties.
|
![]() | UspsFimPattern |
Gets or sets the USPS FIM pattern to use on that symbology.
|
![]() | UspsHorizontalBarsCount |
Gets or sets the number of horizontal bars to be drawn.
|
![]() | ViewState |
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.) |
![]() | ViewStateIgnoresCase |
Gets a value that indicates whether the StateBag object is case-insensitive.
(Inherited from Control.) |
![]() | Visible |
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from Control.) |
![]() | Width | (Overrides WebControl..::..Width.) |
Events
Name | Description | |
---|---|---|
![]() | DataBinding |
Occurs when the server control binds to a data source.
(Inherited from Control.) |
![]() | Disposed |
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.) |
![]() | Init |
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from Control.) |
![]() | Load |
Occurs when the server control is loaded into the Page object.
(Inherited from Control.) |
![]() | PreRender |
Occurs after the Control object is loaded but prior to rendering.
(Inherited from Control.) |
![]() | Unload |
Occurs when the server control is unloaded from memory.
(Inherited from Control.) |