The BarcodeProfessional type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BarcodeProfessional | Initializes a new instance of the BarcodeProfessional class |
Methods
| Name | Description | |
|---|---|---|
Adds HTML attributes and styles that need to be rendered to the specified (Inherited from | ||
| (Inherited from | ||
Notifies the server control that an element, either XML or HTML, was parsed, and adds the element to the server control's (Inherited from | ||
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 | ||
Applies the style properties defined in the page style sheet to the control.
(Inherited from | ||
Gathers information about the server control and delivers it to the (Inherited from | ||
Deletes the control-state information for the server control's child controls.
(Inherited from | ||
Deletes the view-state and control-state information for all the server control's child controls.
(Inherited from | ||
Deletes the view-state information for all the server control's child controls.
(Inherited from | ||
| Clone | ||
Copies the properties not encapsulated by the (Inherited from | ||
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 | ||
| CreateControlCollection | (Overrides | |
Creates the style object that is used internally by the (Inherited from | ||
Binds a data source to the invoked server control and all its child controls.
(Inherited from | ||
Binds a data source to the invoked server control and all its child controls with an option to raise the (Inherited from | ||
Binds a data source to the server control's child controls.
(Inherited from | ||
Enables a server control to perform final clean up before it is released from memory.
(Inherited from | ||
| 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.
| |
Determines whether the server control contains child controls. If it does not, it creates child controls.
(Inherited from | ||
Creates an identifier for controls that do not have an identifier assigned.
(Inherited from | ||
| (Inherited from | ||
Allows an (Inherited from | ||
Searches the current naming container for a server control with the specified id parameter.
(Inherited from | ||
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 (Inherited from | ||
Sets input focus to a control.
(Inherited from | ||
| 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(Single, Single) |
Gets a System.Drawing.Bitmap object of the barcode image at the specified horizontal and vertical resolutions.
| |
| GetBarcodeImage(ImageFormat, Single, SizeF) |
Gets a byte array that represents the barcode image fitting the bars into the specified size.
| |
| GetBarcodeImage(ImageFormat, Single, Single) |
Gets a byte array that represents the barcode image at the specified horizontal and vertical resolutions.
| |
| GetBarcodeImage(Single, Single, SizeF) |
Gets a System.Drawing.Bitmap object of the barcode image fitting the bars into the specified size and resolutions.
| |
| GetBarcodeImage(ImageFormat, Single, Single, SizeF) |
Gets a byte array that represents the barcode image fitting the bars into the specified size and resolutions.
| |
| 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.
| |
Gets design-time data for a control.
(Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
Gets the (Inherited from | ||
Determines if the server control contains any child controls.
(Inherited from | ||
Returns a value indicating whether events are registered for the control or any child controls.
(Inherited from | ||
Determines if the server control holds only literal content.
(Inherited from | ||
Restores control-state information from a previous page request that was saved by the (Inherited from | ||
| LoadViewState | (Overrides | |
Retrieves the physical path that a virtual path, either absolute or relative, maps to.
(Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
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 | ||
Determines whether the event for the server control is passed up the page's UI server control hierarchy.
(Inherited from | ||
Raises the (Inherited from | ||
| OnInit | (Overrides | |
Raises the (Inherited from | ||
Raises the (Inherited from | ||
Raises the (Inherited from | ||
Gets a (Inherited from | ||
| 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 | ||
Assigns any sources of the event and its information to the control's parent.
(Inherited from | ||
| (Inherited from | ||
| Render | (Overrides | |
Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.
(Inherited from | ||
Outputs the content of a server control's children to a provided (Inherited from | ||
Renders the contents of the control to the specified writer. This method is used primarily by control developers.
(Inherited from | ||
Outputs server control content to a provided (Inherited from | ||
Outputs server control content to a provided (Inherited from | ||
| RenderDesignTime | ||
Renders the HTML closing tag of the control into the specified writer. This method is used primarily by control developers.
(Inherited from | ||
Gets the control adapter responsible for rendering the specified control.
(Inherited from | ||
Gets a URL that can be used by the browser.
(Inherited from | ||
Converts a URL into one that is usable on the requesting client.
(Inherited from | ||
| 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.
| |
Saves any server control state changes that have occurred since the time the page was posted back to the server.
(Inherited from | ||
| 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 | |
| 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.
| |
Sets design-time data for a control.
(Inherited from | ||
Assigns an event handler delegate to render the server control and its content into its parent control.
(Inherited from | ||
| (Inherited from | ||
| TrackViewState | (Overrides |
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.
| |
| CODE128_FNC1 |
Function 1 Symbol Character (FNC1) used by Code 128 barcodes.
| |
| CODE128_FNC2 |
Function 2 Symbol Character (FNC2) used by Code 128 barcodes.
| |
| CODE128_FNC3 |
Function 3 Symbol Character (FNC3) used by Code 128 barcodes.
| |
| CODE128_FNC4 |
Function 4 Symbol Character (FNC4) used by Code 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 | |
|---|---|---|
Gets or sets the access key that allows you to quickly navigate to the Web server control.
(Inherited from | ||
Gets the browser-specific adapter for the control.
(Inherited from | ||
| 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.
| |
Gets or sets the application-relative virtual directory of the (Inherited from | ||
| ArtBarImagePattern |
Gets or sets the image file (path or Base64 string) that will be used as a pattern to fill all the bars that compose the barcode symbol. Note: this feature is not available when exporting the barcode symbol to EPS format.
| |
| ArtLogoImage |
Gets or sets the logo image file (path or Base64 string) that will be used to stamp it on top or bottom of the barcode symbol. Note: this feature is not available when exporting the barcode symbol to EPS format.
| |
| ArtLogoImageOpacity |
Gets or sets the opacity [from 1 to 100 (fully opaque)] of the image logo file. Default is 100.
| |
| ArtLogoImagePercentage |
Gets or sets the percentage used to resize the logo image based on the barcode symbol size. Default is 20.
| |
| ArtLogoImagePosition |
Gets or sets the position of the logo image file on the barcode symbol. Default is Top.
| |
Gets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control.
(Inherited from | ||
| 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.
| |
Gets or sets the background color of the Web server control.
(Inherited from | ||
| 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.
| |
Gets the control that contains this control's data binding.
(Inherited from | ||
Gets or sets the border color of the Web control.
(Inherited from | ||
| BorderStyle | (Overrides | |
| BorderWidth | (Overrides | |
| 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.
| |
Gets a value that indicates whether the server control's child controls have been created.
(Inherited from | ||
Gets the server control identifier generated by ASP.NET.
(Inherited from | ||
Gets a character value representing the separator character used in the (Inherited from | ||
| 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.
| |
| CodeFormatPattern |
Gets or sets the string pattern to format the Code property. The result of the format process is the one which will be encoded! Based on String.Format(). Default value is empty (Disabled).
| |
Gets the (Inherited from | ||
Gets a (Inherited from | ||
Gets the style of the Web server control. This property is used primarily by control developers.
(Inherited from | ||
Gets a value indicating whether a (Inherited from | ||
Gets or sets the Cascading Style Sheet (CSS) class rendered by the Web server control on the client.
(Inherited from | ||
| 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.
| |
Gets a value indicating whether a control is being used on a design surface.
(Inherited from | ||
| 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.
| |
| EanUpcAutoBWAfor1278DigitsEnabled |
Gets or sets whether the recommended Bar Width Adjustment for digits 1, 2, 7 and 8 by GS1 spec is enabled. Default is False.
| |
| EanUpcMagnificationFactor |
Gets or sets the Magnification Factor for EAN/UPC barcodes. Default is 0 (Zero/Disabled).
| |
| 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.
| |
| EmbedAsBase64Image |
Gets or sets whether the barcode image is embedded into the page as a Base64 image. Default is false.
| |
| Enabled | (Overrides | |
Gets or sets a value indicating whether themes apply to this control.
(Inherited from | ||
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 | ||
| ErrorBehavior |
Gets or sets what output type Barcode Professional will generate if an error occurs during barcode rendering. Default is BlankImage.
| |
Gets a list of event handler delegates for the control. This property is read-only.
(Inherited from | ||
| 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.
| |
Gets the font properties associated with the Web server control.
(Inherited from | ||
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from | ||
| 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.
| |
| HanXinCodeByteEncodingName |
Gets or sets the Encoding Name (Code Page) to be used for Han Xin Code Binary Byte Encoding mode. Default it ISO-8859-1.
| |
| HanXinCodeEncoding |
Gets or sets the Han Xin Code Encoding to use on that symbology.
| |
| HanXinCodeErrorCorrectionLevel |
Gets or sets the Error Correction Level to apply for Han Xin Code symbology.
| |
| HanXinCodeModuleSize |
Gets or sets the module size. The unit of measure must be specified to BarcodeUnit property.
| |
| HanXinCodeProcessTilde |
Gets or sets whether tilde character should be processed when Han Xin Code is being generated.
| |
| HanXinCodeVersion |
Gets or sets the Han Xin Code Version to use on that symbology.
| |
Gets a value indicating whether the control has attributes set.
(Inherited from | ||
Gets a value indicating whether the current server control's child controls have any saved view-state settings.
(Inherited from | ||
| Height | (Overrides | |
| 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.
| |
| HibcUseIsoIec15434Encoding |
Gets or sets whether the ISO/IEC 15434 Protocol is used to encode the HIBC LIC or PAS Data Structures in 2D symbols. Default is False.
| |
| 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.
| |
Gets or sets the programmatic identifier assigned to the server control.
(Inherited from | ||
Gets the character used to separate control identifiers.
(Inherited from | ||
| 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.
| |
Gets a value indicating whether controls contained within this control have control state.
(Inherited from | ||
| 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.
| |
Gets a value indicating whether the control is enabled.
(Inherited from | ||
| IsReusable | ||
Gets a value that indicates whether the server control is saving changes to its view state.
(Inherited from | ||
Gets a value indicating whether view state is enabled for this control.
(Inherited from | ||
| Itf14LeftHMark |
Gets or sets the H mark type for the left side of ITF-14 barcode symbol. Default is None.
| |
| Itf14RightHMark |
Gets or sets the H mark type for the right side of ITF-14 barcode symbol. Default is None.
| |
| 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.
| |
Gets a value indicating whether the control participates in loading its view state by (Inherited from | ||
| 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.
| |
Gets a reference to the server control's naming container, which creates a unique namespace for differentiating between server controls with the same (Inherited from | ||
Gets a reference to the (Inherited from | ||
Gets a reference to the server control's parent control in the page control hierarchy.
(Inherited from | ||
| 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.
| |
Gets information about the container that hosts the current control when rendered on a design surface.
(Inherited from | ||
Gets or sets the skin to apply to the control.
(Inherited from | ||
| SnapsToDevicePixels |
Gets or sets a value that determines whether barcode drawing should use device-specific pixel settings during rendering. Default value is false.
| |
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 | ||
| Symbology |
Gets or sets the barcode symbology to generate.
| |
Gets or sets the tab index of the Web server control.
(Inherited from | ||
Gets the (Inherited from | ||
Gets the name of the control tag. This property is used primarily by control developers.
(Inherited from | ||
| TelepenEncoding |
Gets or sets the Telepen Encoding to use on that symbology.
| |
Gets or sets a reference to the template that contains this control.
(Inherited from | ||
| (Inherited from | ||
| 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.
| |
| TextFormatPattern |
Gets or sets the string pattern to format the Text property. Based on String.Format(). Default value is empty (Disabled).
| |
| TiffCompression |
Gets or sets the TIFF compression algorithm to be used when saving barcodes in such image format.
| |
Gets or sets the text displayed when the mouse pointer hovers over the Web server control.
(Inherited from | ||
| 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.
| |
Gets the unique, hierarchically qualified identifier for the server control.
(Inherited from | ||
| 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.
| |
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 | ||
Gets a value that indicates whether the (Inherited from | ||
Gets or sets a value that indicates whether a server control is rendered as UI on the page.
(Inherited from | ||
| Width | (Overrides |
Events
| Name | Description | |
|---|---|---|
Occurs when the server control binds to a data source.
(Inherited from | ||
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 | ||
Occurs when the server control is initialized, which is the first step in its lifecycle.
(Inherited from | ||
Occurs when the server control is loaded into the (Inherited from | ||
Occurs after the (Inherited from | ||
Occurs when the server control is unloaded from memory.
(Inherited from |
See Also