You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
OnDoc/Client/bin/Debug/Syncfusion.SfBarcode.Window...

2615 lines
109 KiB

<?xml version="1.0"?>
<doc>
<assembly>
<name>Syncfusion.SfBarcode.Windows</name>
</assembly>
<members>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeBase">
<summary>
Represents a base class for all barcode types.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.bounds">
<summary>
Indicates the region of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.backColor">
<summary>
Indicates the backColor of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.barColor">
<summary>
Indicates the barcolor of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.textColor">
<summary>
Indicates the textcolor of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.narrowBarWidth">
<summary>
Indicates the narrow bar width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.wideBarWidth">
<summary>
Indicates the wide bar width.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.location">
<summary>
Indicates the location on where to draw the barcode in the PDF Document.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.size">
<summary>
Indicates the size of the the barcode to draw in the PDF Document.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.text">
<summary>
Indicates the data string which is to be encoded.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.quietZones">
<summary>
Indicates the free area around the barcode label.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.width">
<summary>
Indicates the actual width of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.height">
<summary>
Indicates the actual height of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.barHeight">
<summary>
Indicates the bar height of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.extendedText">
<summary>
Indicates the extended text;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.barHeightEnabled">
<summary>
Indicates BarHeight enabled when sets BarHeight value ;
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeBase.isCustomSize">
<summary>
Indicates size enabled when sets Barcode size value ;
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeBase.#ctor">
<summary>
Initializes a new instance of the <see cref="N:Syncfusion.Windows.Forms.Barcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeBase.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="N:Syncfusion.Windows.Forms.Barcode"/> class.
</summary>
<param name="text">Set the barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Validate(System.String)">
<summary>
Internal method which validates whether the given text is acceptable by the current barcode
specification or not.
</summary>
<param name="data">The Text.</param>
<returns>True if Valid, Otherwise False</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeBase.GetSizeValue">
<summary>
Internal method which calculates the size of the barcode which is going to rendered.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Initialize">
<summary>
Initializes this instance.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.BackColor">
<summary>
Gets or sets the back color of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.BarColor">
<summary>
Gets or sets the bar color of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.TextColor">
<summary>
Gets or sets the text color of the barcode text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.NarrowBarWidth">
<summary>
Gets or sets the narrow bar width.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Text">
<summary>
Gets or Sets the barcode text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Location">
<summary>
Gets or sets the location to render barcode in the PDF Document.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.QuietZone">
<summary>
Gets or sets the empty area which is to be allocated around the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.BarHeight">
<summary>
Gets or sets the bar height.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Size">
<summary>
Gets the size of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.Bounds">
<summary>
Gets or sets the rectangular area occupied by the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeBase.ExtendedText">
<summary>
Gets or sets the barcode text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeException">
<summary>
Represents the general barcode exception class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeException.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeException"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeException.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeException"/> class.
</summary>
<param name="message">User defined error message.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeException.#ctor(System.String,System.Exception)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeException"/> class.
</summary>
<param name="message">User defined error message.</param>
<param name="innerException">The inner exception.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)">
<summary>
Initializes a new instance of the <see cref="!:PdfBarcodeException"/> class.
</summary>
<param name="info">The object that holds the serialized object data.</param>
<param name="context">The contextual information about the source or destination.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable">
<summary>
Represets the Utility class for storing barcode symbols.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.symbol">
<summary>
Indicates the symbol.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.checkDigit">
<summary>
Indicates the check character.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.bars">
<summary>
Indicates the Data.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.#ctor(System.Char,System.Int32,System.Byte[])">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable"/> class.
</summary>
<param name="symbol">The symbol.</param>
<param name="checkDigit">The check digit.</param>
<param name="bars">The bars.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.Symbol">
<summary>
Gets or sets the Symbol.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.CheckDigit">
<summary>
Gets or sets the check digit.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable.Bars">
<summary>
Gets or sets the bar information.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones">
<summary>
Represents the Class for specifying Quiet zones around the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.DEF_MARGIN">
<summary>
Internal variable to store margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.right">
<summary>
Internal variable to store right margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.top">
<summary>
Internal variable to store top margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.left">
<summary>
Internal variable to store left margin.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.bottom">
<summary>
Internal variable to store bottom margin.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.Right">
<summary>
Gets or sets the quiet zones at the right side of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.Top">
<summary>
Gets or sets the quiet zones at Top of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.Left">
<summary>
Gets or sets the quiet zones at the left side of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.Bottom">
<summary>
Gets or sets the quiet zones at bottom of the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.All">
<summary>
Gets or sets the quiet zones around the bar code.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BarcodeQuietZones.IsAll">
<summary>
Check whether all the margin values are equal.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode">
<summary>
Base class for all two dimensional barcodes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.text">
<summary>
Holds data of barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.backColor">
<summary>
Indicates the backColor of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.quietZone">
<summary>
Holds the quietzone.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.xDimension">
<summary>
Holds the dimension of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.foreColor">
<summary>
Indicates the fore color of the barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.#ctor">
<summary>
Initializes two dimensional barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.GetData">
<summary>
Returns the data as byte array.
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.Text">
<summary>
Gets or sets the barcode text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.BackColor">
<summary>
Gets or sets BackColor for the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.QuietZone">
<summary>
Gets or sets Quietzone for the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.XDimension">
<summary>
Gets or sets the dimension for the barcode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.ForeColor">
<summary>
Gets or sets the foreground color of the barcode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.CodabarBarcode">
<summary>
Represents a Codabar barcode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode">
<summary>
Represents the Base class for all the Single dimensional barcodes
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.UpcBarWidth">
<summary>
Default bar width value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.dpi">
<summary>
Initializes a defalut DPI
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.barcodeSpaceCount">
<summary>
Space count for barcode
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.isCheckDigitAdded">
<summary>
Indicates whether the Checkdigit is already added to the barcode text or not.
Used with the barcodes which involves multiple checksum calculations.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.continuous">
<summary>
To check whether Barcode is Continuous Barcode or discrete
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.check">
<summary>
Automatically adds the check digit to the barcode when true.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.barcodeSymbols">
<summary>
Indicates barcode pattern. <see cref="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolTable"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.m_font">
<summary>
Indicates the font used to draw the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.textDisplayLocation">
<summary>
Indicates the barcode text display location. <seealso cref="!:BarcodeTextDisplayLocation"/>
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.startSymbol">
<summary>
Indicates the start symbol.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.stopSymbol">
<summary>
Indicates the stop symbol.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.validatorExpression">
<summary>
Indicates the validation expression which is used to validate the input text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.codeValidator">
<summary>
Indicates the validation expression.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.showCheckDigit">
<summary>
Indicates whether to show check digit or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.enableCheckDigit">
<summary>
Indicates whether to enable / disable the check digits.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.interCharacterGap">
<summary>
Indicates the intercharcter gap between bars.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.barcodeToTextGapHeight">
<summary>
Indicates the gap between barcode and the text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.textAlignment">
<summary>
Indicates the text alignment.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode._encodeStartStopSymbols">
<summary>
Indicates whether to encode start and stop symbols or not.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.isFontModified">
<summary>
returns true when the Font property is set.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.#ctor">
<summary>
Initializes the new instance of <see cref="T:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode"/>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.Validate(System.String)">
<summary>
Internal method used to validate the given barcode text.
</summary>
<param name="data">The Text.</param>
<returns>True if valid, Otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetSizeValue">
<summary>
Returns the size of the barcode.
</summary>
<returns>The Size.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.BarcodeWidth">
<summary>
Returns the Width of the barcode.
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetExtendedTextValue">
<summary>
To get the Extended Text
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.CalculateCheckDigit">
<summary>
Calculates the check digit based on the barcode specification.
</summary>
<returns>Char array containing Check digits</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetCharWidth(System.Char)">
<summary>
Returns the Character width.
</summary>
<param name="character"></param>
<returns>The width.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetTextToEncode">
<summary>
Returns the Actual text to encode.
</summary>
<returns>The Actual Text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetTextToEncodeList">
<summary>
Returns the encoded list bytes from text.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetHeight">
<summary>
Returns the width of the barcode.
</summary>
<returns>The Width.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.PaintToImage(System.Drawing.Graphics@,System.Drawing.RectangleF)">
<summary>
Internal method used to paint bars on the image.
</summary>
<param name="g">The graphics to draw.</param>
<param name="barRect">The Rectangle.</param>
<returns>Returns the right margin.</returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.Font">
<summary>
Gets or sets the Text font.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.TextDisplayLocation">
<summary>
Gets or sets the text display location. <see cref="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.TextDisplayLocation"/>
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.ShowCheckDigit">
<remarks>The Default value is false.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.EnableCheckDigit">
<remarks>The Default value is True.</remarks>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.BarcodeToTextGapHeight">
<remarks>The Default value is 5.</remarks>
<seealso cref="!:TextLocation"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.TextAlignment">
<remarks>Default value is Center.</remarks>
<seealso cref="!:TextLocation"/>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.EncodeStartStopSymbols">
<value>
<c>true</c> if [encode start stop symbols]; otherwise, <c>false</c>.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.BarcodeSymbols">
<summary>
Gets or sets the barcode symbols.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.BarcodeSymbolsString">
<summary>
Gets or sets the barcode symbols.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.StartSymbol">
<summary>
Gets or sets the start symbol for the current barcode specification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.StopSymbol">
<summary>
Gets or sets the stop symbol for the current barcode specification.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.ValidatorExpression">
<summary>
Gets or sets the validation expression to validate the given text.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.IntercharacterGap">
<summary>
Gets or sets the IntercharacterGap.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.CodabarBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.CodabarBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.CodabarBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.CodabarBarcode"/> class.
</summary>
<param name="text">The Barcode Text.</param>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code11Barcode">
<summary>
Represents a Code11 barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Barcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code11Barcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Barcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code11Barcode"/> class.
</summary>
<param name="text">The Barcode Text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Barcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Barcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Barcode.GetSymbol(System.Int32)">
<summary>
Gets the symbol.
</summary>
<param name="checkValue">The check value.</param>
<returns> Symbol</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128ABarcode">
<summary>
Represents a Code128A barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128ABarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128ABarcode"/> class.
</summary>
<param name="text">The Barcode Text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.Validate(System.String)">
<summary>
Internal method used to validate the given barcode text.
</summary>
<param name="data">The Text.</param>
<returns>True if valid, Otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ABarcode.GetSymbol(System.Int32)">
<summary>
Gets the symbol.
</summary>
<param name="checkValue">The check value.</param>
<returns>symbol</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128BBarcode">
<summary>
Represents a Code128B Barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128BBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128BBarcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BBarcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BBarcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BBarcode.GetSymbol(System.Int32)">
<summary>
Gets the symbol.
</summary>
<param name="checkValue">The check value.</param>
<returns>symbol</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128CBarcode">
<summary>
Represents a Code128C barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128CBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code128CBarcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.Validate(System.String)">
<summary>
Internal method used to validate the given barcode text.
</summary>
<param name="data">The Text.</param>
<returns>True if valid, Otherwise False.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.GetTextToEncode">
<summary>
Returns the Actual text to encode.
</summary>
<returns>The Actual Text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.GetDataToEncode(System.String)">
<summary>
Gets the data to encode.
</summary>
<param name="originalData">The original data.</param>
<returns>Encoded string.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CBarcode.GetSymbol(System.Int32)">
<summary>
Internal method used for reading a symbol from barcode symbol table.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code32Barcode">
<summary>
Represents a Code32 barcode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code39Barcode">
<summary>
Represents a Code39 barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Barcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code39Barcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Barcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code39Barcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Barcode.Initialize">
<summary>
Initializes this instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Barcode.CalculateCheckDigit">
<summary>
Internal method to calculate the check-digit
</summary>
<returns></returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Barcode.GetSymbol(System.Int32)">
<summary>
Internal method which retrieves the specified symbol from the symbol table.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.Code32Barcode.checkSumSymbols">
<summary>
Local variable to store the Checksum character value.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code32Barcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code32Barcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.ObtainBarcodeSymbols">
<summary>
Gets the barcode symbols.
</summary>
<returns>Encoded data</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.GetDataToEncode(System.String)">
<summary>
To get the Actual Encoded Text from from original Text..
</summary>
<param name="originalData">The original data.</param>
<returns>original Data</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.GetTextToEncode">
<summary>
Returns the Actual text to encode.
</summary>
<returns>The Actual Text.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Barcode.InitializeCode32">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode">
<summary>
Represents a Code39 Extended barcode.
Code 39 Extended is designed to encode 128 full ASCII characters.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.CalculateCheckDigit">
<summary>
Internal method to calculate the check-digit
</summary>
<returns>check digit</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.InitializeCode39Extended">
<summary>
Initializes this instance.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.GetSymbol(System.Int32)">
<summary>
Internal method which retrieves the specified symbol from the symbol table.
</summary>
<param name="checkValue"></param>
<returns>symbol</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode.GetExtendedTextValue">
<summary>
Internal method to get the extended text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.UpcBarcode">
<summary>
Represents a UPC Barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UpcBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="!:UPCBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UpcBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="!:UPCBarcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UpcBarcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UpcBarcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code93Barcode">
<summary>
Represents a Code93 barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Barcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code93Barcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Barcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code93Barcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Barcode.Initialize">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Barcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Barcode.GetCheckSumSymbols">
<summary>
Internal method to calculate the check-digit
</summary>
<returns>symbols</returns>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode">
<summary>
Represents a code93 extended barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.#ctor">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode"/> class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.#ctor(System.String)">
<summary>
Initializes a new instance of the <see cref="T:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode"/> class.
</summary>
<param name="text">The Barcode text.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.CalculateCheckDigit">
<summary>
Calculates the check digit for this barcode specification.
</summary>
<returns>The Check digits.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.GetCheckSumSymbols">
<summary>
To get the Checksum value
</summary>
<returns>checksum symbols</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.InitializeCode93Extended">
<summary>
Initializes the internal barcode symbol table
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedBarcode.GetExtendedText">
<summary>
To get the Extended Text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.dpi">
<summary>
Initializes a defalut DPI
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.dataMatrixEncoding">
<summary>
Holds the encoding.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.size">
<summary>
Holds the data matrix size.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.dataMatrixArray">
<summary>
Holds the final array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.symbolAttributes">
<summary>
Array containing all possible datamatrix symbol attributes.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.symbolAttribute">
<summary>
Holds the suitable symbol attribute based on input text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.log">
<summary>
Holds log array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.aLog">
<summary>
Holds ALog array.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.polynomial">
<summary>
Internal variable for Reed Solomon polynomial.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.blockLength">
<summary>
Internal variable for block length.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.m_quiteZoneLeft">
<summary>
Initializes default quiteZone for data matrix
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.#ctor">
<summary>
Initializes DataMatrixBarcode class.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.#ctor(System.String)">
<summary>
Initializes DataMatrixBarcode class.
</summary>
<param name="text">Data to be converted as barcode.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.Initialize">
<summary>
Initializes properties and calculation array for DataMatrix barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.CreateLogArrays">
<summary>
Create log and alog arrays.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.CreatePolynomial(System.Int32)">
<summary>
Creates factors for Reed Solomon polynomial based on the data.
</summary>
<param name="step">Number of correction codewords required.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.CreateMatrix(System.Int32[])">
<summary>
Create matrix.
</summary>
<param name="codeword">Input data matrix.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.BuildDataMatrix">
<summary>
Builds data matrix.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.PrepareCodeword(System.Byte[])">
<summary>
Prepares data codeword by encoding and appending error correction codes.
</summary>
<param name="dataCodeword">Data in bytes.</param>
<returns>Final codeword ready for generating matrix.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.DataMatrixBaseEncoder(System.Byte[])">
<summary>
Encodes the data using Base256 encoder.
</summary>
<param name="dataCodeword">Data to be encoded.</param>
<returns>Encoded data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ComputeBase256Codeword(System.Int32,System.Int32)">
<summary>
Compute codeword using 255 state algorithm.
</summary>
<param name="codeWordValue">Codeword to compute.</param>
<param name="index">Index of the codeword.</param>
<returns>Encoded codeword.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.DataMatrixASCIINumericEncoder(System.Byte[])">
<summary>
Encodes the data using Numeric encoder.
</summary>
<param name="dataCodeword">Data to be encoded.</param>
<returns>Encoded data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.DataMatrixASCIIEncoder(System.Byte[])">
<summary>
Encodes the data using ASCII encoder.
</summary>
<param name="dataCodeword">Data to be encoded.</param>
<returns>Encoded data.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ComputeErrorCorrection(System.Byte[]@)">
<summary>
Compute error correction codewords.
</summary>
<param name="codeword">Data codewords.</param>
<returns>Correction codeword array.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.PadCodewords(System.Int32,System.Byte[],System.Byte[]@)">
<summary>
Data codeword is padded to match the chosen symbol attribute.
</summary>
<param name="dataCodeWordLength">Length of data codeword.</param>
<param name="temp">Codeword without padding.</param>
<param name="codeword">Codeword with padding.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.PrepareDataCodeword(System.Byte[])">
<summary>
Choose suitable encoding.
</summary>
<param name="dataCodeword">Data codeword.</param>
<returns>Encoded codeword.</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.AddQuiteZone(System.Byte[0:,0:])">
<summary>
Adds quietzone on all sides of the data matrix.
</summary>
<param name="dataMatrix">Input data matrix.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.GetQuiteZone">
<summary>
Returns QuiteZone value
</summary>
<returns></returns>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ToImage" -->
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ToImage(System.Drawing.SizeF)">
<summary>
Convert the data matrix barcode to image
</summary>
<param name="size"></param>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.Encoding">
<summary>
Gets or sets the encoding.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.Size">
<summary>
Gets or sets the size.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ActualRows">
<summary>
Returns the actual number of rows (including quietzones).
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.ActualColumns">
<summary>
Returns the actual number of columns (including quietzones).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.PdfDataMatrixSymbolAttribute">
<summary>
Symbol attribute structure for the DataMatrix.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.dpi">
<summary>
Initializes a defalut DPI
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.version">
<summary>
Holds the Version Information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.noOfModules">
<summary>
Holds the Number of Modules.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.moduleValue">
<summary>
Holds the data of Function Pattern.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.dataAllocationValues">
<summary>
Holds the Data in the Encoding Region.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.isMixMode">
<summary>
Check if mode is mixing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.mixVersionERC">
<summary>
Set version for mixing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.mixExecutablePart">
<summary>
Data to be currently encoded in Mixing Mode
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.mixRemainingPart">
<summary>
Data remaining for encoding in mixing mode
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.totalBits">
<summary>
Total bits required in mixing mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.mixDataCount">
<summary>
Count of mixing mode blocks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.text">
<summary>
Stores data blocks of particular mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.autoTagcheck">
<summary>
Stores Mode of each data block.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.inputMode">
<summary>
Holds the Input Mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.errorCorrectionLevel">
<summary>
Holds the Error correction level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.dataBits">
<summary>
Holds the Data Bit value.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.blocks">
<summary>
Holds the Number of Blocks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.image">
<summary>
Holds the Image.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.isUserMentionedMode">
<summary>
Check if User Mentioned Mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.isUserMentionedVersion">
<summary>
Check if User Mentioned Version.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.isUserMentionedErrorCorrectionLevel">
<summary>
Check if User Mentioned Error Correction Level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.isEci">
<summary>
Check if ECI.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.eciAssignmentNumber">
<summary>
Holds the ECI Assignment Number.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.qrBarcodeValues">
<summary>
Variable to hold the QR Barcode Values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.defaultQuiteZone">
<summary>
it used to maintain the dimension of barcode width and height when QuiteZone.All with barcode Size.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.ToImage">
<summary>
Exports the barcode as image.
<returns>The barcode image.</returns>
</summary>
</member>
<!-- Badly formed XML comment ignored for member "M:Syncfusion.Windows.Forms.Barcode.QRBarcode.ToImage(System.Drawing.SizeF)" -->
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.GenerateValues">
<summary>
Generates the values of the QR Barcode
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.AddQuietZone">
<summary>
Adds quietzone to the QR Barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.DrawPDP(System.Int32,System.Int32)">
<summary>
Draw the principal display panel in the given location
</summary>
<param name="x">The x co-ordinate.</param>
<param name="y">The y co-ordinate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.DrawTimingPattern">
<summary>
Draw the Timing Pattern
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.DrawAlignmentPattern(System.Int32,System.Int32)">
<summary>
Draw the Alignment Pattern in the given location
</summary>
<param name="x">The x co-ordinate.</param>
<param name="y">The y co-ordinate.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.EncodeData">
<summary>
Encode the Input Data
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.DataAllocationAndMasking(System.Boolean[])">
<summary>
Allocates the Encoded Data and then Mask
</summary>
<param name="data">Encoded Data.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.DrawFormatInformation">
<summary>
Draw the Format Information
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcode.chooseDefaultMode">
<summary>
Initializes the Version, Error correction level, Input Mode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.SplitCodeWord(System.String[0:,0:],System.Int32,System.Int32)">
<summary>
Splits the Code words
</summary>
<param name="encodeData">The Encoded value Blocks.</param>
<param name="block">Index of Block Number.</param>
<param name="count">Length of the Block.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.CreateBlocks(System.Collections.Generic.List{System.Boolean},System.Int32)">
<summary>
Creates the Blocks
</summary>
<param name="encodeData">The Encoded value.</param>
<param name="noOfBlocks">Number of Blocks.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.IntToBoolArray(System.Int32,System.Int32)">
<summary>
Converts Integer value to Boolean
</summary>
<param name="number">The Integer value.</param>
<param name="noOfBits">Number of Bits.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.StringToBoolArray(System.String,System.Int32)">
<summary>
Converts string value to Boolean
</summary>
<param name="numberInString">The String value.</param>
<param name="noOfBits">Number of Bits.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.GetAlignmentPatternCoOrdinates">
<summary>
Gets the Allignment pattern coordinates of the current version.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.AllocateFormatAndVersionInformation">
<summary>
Allocates Format and Version Information
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.GetQuiteZone">
<summary>
Returns QuiteZone value
</summary>
<returns></returns>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcode.QRVersion">
<summary>
Gets or sets the QR Barcode Version.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcode.ErrorCorrectionLevel">
<summary>
Gets or sets the Error correction level.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcode.InputMode">
<summary>
Gets or sets the Mode of the input text.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.ModuleValue">
<summary>
Struct to hold the value of each dots in Barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ModuleValue.IsBlack">
<summary>
Specifies if the Dot is black.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ModuleValue.IsFilled">
<summary>
Specifies if the Dot is already filled.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ModuleValue.IsPDP">
<summary>
Specifies if the Dot is PDP.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.version">
<summary>
Holds the Version Information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.errorCorrectionLevel">
<summary>
Holds the Error Correction Level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numberOfDataCodeWord">
<summary>
Holds the Number of Data code word.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numberOfErrorCorrectionCodeWords">
<summary>
Holds the Number of Error correction code words.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues._numberOfErrorCorrectionBlocks">
<summary>
Holds the Number of Error correction Blocks.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.end">
<summary>
Holds the End value of the version.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.dataCapacity">
<summary>
Holds the Data copacity of the version.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues._formatInformation">
<summary>
Holds the Format Information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues._versionInformation">
<summary>
Holds the Version Information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numberOfErrorCorrectingCodeWords">
<summary>
Holds all the values of Error correcting code words.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.endValues">
<summary>
Holds all the end values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.dataCapacityValues">
<summary>
Holds all the Data capacity values.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numericDataCapacityLow">
<summary>
Holds all the Numeric Data capacity of the Error correction level Low.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numericDataCapacityMedium">
<summary>
Holds all the Numeric Data capacity of the Error correction level Medium.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numericDataCapacityQuartile">
<summary>
Holds all the Numeric Data capacity of the Error correction level Quartile.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.numericDataCapacityHigh">
<summary>
Holds all the Numeric Data capacity of the Error correction level High.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.alphanumericDataCapacityLow">
<summary>
Holds all the Alphaumeric Data capacity of the Error correction level Low.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.alphanumericDataCapacityMedium">
<summary>
Holds all the Alphaumeric Data capacity of the Error correction level Medium.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.alphanumericDataCapacityQuartile">
<summary>
Holds all the Alphaumeric Data capacity of the Error correction level Quartile.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.alphanumericDataCapacityHigh">
<summary>
Holds all the Alphaumeric Data capacity of the Error correction level High.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.binaryDataCapacityLow">
<summary>
Holds all the Binary Data capacity of the Error correction level Low.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.binaryDataCapacityMedium">
<summary>
Holds all the Binary Data capacity of the Error correction level Medium.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.binaryDataCapacityQuartile">
<summary>
Holds all the Binary Data capacity of the Error correction level Quartile.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.binaryDataCapacityHigh">
<summary>
Holds all the Binary Data capacity of the Error correction level High.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.mixedDataCapacityLow">
<summary>
Holds all the Mixed Data capacity of the Error correction level Low.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.mixedDataCapacityMedium">
<summary>
Holds all the Mixed Data capacity of the Error correction level Medium.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.mixedDataCapacityQuartile">
<summary>
Holds all the Mixed Data capacity of the Error correction level Quartile.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.mixedDataCapacityHigh">
<summary>
Holds all the Mixed Data capacity of the Error correction level High.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.#ctor(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
<summary>
Initializes the Values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.GetAlphanumericvalues(System.Char)">
<summary>
Gets the Alphanumeric values.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainNumberOfDataCodeWord">
<summary>
Gets number of Data code words.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainNumberOfErrorCorrectionCodeWords">
<summary>
Get number of Error correction code words.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainNumberOfErrorCorrectionBlocks">
<summary>
Gets number of Error correction Blocks.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainEnd">
<summary>
Gets the End of the version.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainDataCapacity">
<summary>
Gets Data capacity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainFormatInformation">
<summary>
Gets Format Information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.ObtainVersionInformation">
<summary>
Gets Version Information.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.GetNumberInEci(System.Char)">
<summary>
Gets equivalent Number of the Character.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.GetNumericDataCapacity(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
<summary>
Gets Numeric Data capacity.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.GetAlphanumericDataCapacity(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
<summary>
Gets Alphanumeric data capacity.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.NumberOfDataCodeWord">
<summary>
Get or Private set the Number of Data code words.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.NumberOfErrorCorrectingCodeWords">
<summary>
Get or Private set the Number of Error correction code words.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.NumberOfErrorCorrectionBlocks">
<summary>
Get or Private set the Number of Error correction Blocks.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.End">
<summary>
Get or Private set the End value of the Current Version.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.DataCapacity">
<summary>
Get or Private set the Data capacity.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.FormatInformation">
<summary>
Get or Private set the Format Information.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.VersionInformation">
<summary>
Get or Private set the Version Information.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.length">
<summary>
Holds the Length
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.eccw">
<summary>
Holds the Error Correction Code Word
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.databits">
<summary>
Holds the DataBits
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.dataCodeWord">
<summary>
Holds the Data Code word
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.gx">
<summary>
Holds G(x)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.alpha">
<summary>
Holds all the values of Alpha
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.decimalValue">
<summary>
Holds the Decimal value
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.qrBarcodeValues">
<summary>
Holds the values of QR Barcode
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.#ctor(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
<summary>
Initializes Error correction code word
</summary>
<param name="version">Version.</param>
<param name="correctionLevel">Error correction level.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.GetERCW">
<summary>
Gets the Error correction code word
<returns>Error correction code word.</returns>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.BinaryToDecimal(System.String[])">
<summary>
Convert to Decimal
</summary>
<param name="inString">Binary values.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.ConvertDecimalToBinary(System.Int32[])">
<summary>
Convert decimal to Binary value
<returns>Binary Representation.</returns>
</summary>
<param name="decimalRepresentation"> Decimal Representation.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.CalculatePolynomialDivision">
<summary>
Polynomial division
<returns>Polynomial coefficient.</returns>
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.FindElement(System.Int32,System.Int32[])">
<summary>
Find the element in the alpha
<returns>Index of the element.</returns>
</summary>
<param name="element">Element.</param>
<param name="alpha">Alpha.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.GetElement(System.Int32[],System.Int32[])">
<summary>
Gets g(x) of the element
<returns>g(x)</returns>
</summary>
<param name="element">Element.</param>
<param name="alpha">Alpha.</param>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.DC">
<summary>
Sets and Gets the Data code word
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.DataBits">
<summary>
Sets and Gets the DataBits
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.ECCW">
<summary>
Sets and Gets the Error Correction Code Words
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeTextLocation">
<summary>
Specifies the barcode text display location.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextLocation.None">
<summary>
Displays, no text.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextLocation.Top">
<summary>
Displays text, above the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextLocation.Bottom">
<summary>
Displays text, at the bottom of the barcode.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeTextAlignment">
<summary>
Specifies the barcode text alignment.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextAlignment.Left">
<summary>
Displays the readable text on the left side of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextAlignment.Center">
<summary>
Displays the readable text at the center of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.BarcodeTextAlignment.Right">
<summary>
Displays the readable text on the right side of the barcode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixEncoding.Auto">
<summary>
Encoding is choosen based on the data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixEncoding.ASCII">
<summary>
Encoding is done by ASCII encoder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixEncoding.ASCIINumeric">
<summary>
Encoding is done by Numeric encoder.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixEncoding.Base256">
<summary>
Encoding is done by Base256 encode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Auto">
<summary>
Size is choosen based on the data.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size10x10">
<summary>
Square matrix with 10 rows and 10 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size12x12">
<summary>
Square matrix with 12 rows and 12 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size14x14">
<summary>
Square matrix with 14 rows and 14 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size16x16">
<summary>
Square matrix with 16 rows and 16 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size18x18">
<summary>
Square matrix with 18 rows and 18 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size20x20">
<summary>
Square matrix with 20 rows and 20 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size22x22">
<summary>
Square matrix with 22 rows and 22 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size24x24">
<summary>
Square matrix with 24 rows and 24 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size26x26">
<summary>
Square matrix with 26 rows and 26 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size32x32">
<summary>
Square matrix with 32 rows and 32 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size36x36">
<summary>
Square matrix with 36 rows and 36 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size40x40">
<summary>
Square matrix with 40 rows and 40 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size44x44">
<summary>
Square matrix with 44 rows and 44 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size48x48">
<summary>
Square matrix with 48 rows and 48 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size52x52">
<summary>
Square matrix with 52 rows and 52 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size64x64">
<summary>
Square matrix with 64 rows and 64 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size72x72">
<summary>
Square matrix with 72 rows and 72 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size80x80">
<summary>
Square matrix with 80 rows and 80 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size88x88">
<summary>
Square matrix with 88 rows and 88 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size96x96">
<summary>
Square matrix with 96 rows and 96 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size104x104">
<summary>
Square matrix with 104 rows and 104 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size120x120">
<summary>
Square matrix with 120 rows and 120 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size132x132">
<summary>
Square matrix with 132 rows and 132 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size144x144">
<summary>
Square matrix with 144 rows and 144 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size8x18">
<summary>
Rectangular matrix with 8 rows and 18 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size8x32">
<summary>
Rectangular matrix with 8 rows and 32 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size12x26">
<summary>
Rectangular matrix with 12 rows and 26 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size12x36">
<summary>
Rectangular matrix with 12 rows and 36 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size16x36">
<summary>
Rectangular matrix with 16 rows and 36 columns.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.DataMatrixSize.Size16x48">
<summary>
Rectangular matrix with 16 rows and 48 columns.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion">
<summary>
Specifies the Barcode Version.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Auto">
<summary>
Specifies the default version.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version01">
<summary>
Specifies version 1 (21x21 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version02">
<summary>
Specifies version 2 (25x25 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version03">
<summary>
Specifies version 3 (29x29 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version04">
<summary>
Specifies version 4 (33x33 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version05">
<summary>
Specifies version 5 (37x37 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version06">
<summary>
Specifies version 6 (41x41 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version07">
<summary>
Specifies version 7 (45x45 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version08">
<summary>
Specifies version 8 (49x49 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version09">
<summary>
Specifies version 9 (53x53 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version10">
<summary>
Specifies version 10 (57x57 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version11">
<summary>
Specifies version 11 (61x61 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version12">
<summary>
Specifies version 12 (65x65 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version13">
<summary>
Specifies version 13 (69x69 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version14">
<summary>
Specifies version 14 (73x73 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version15">
<summary>
Specifies version 15 (77x77 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version16">
<summary>
Specifies version 16 (81x81 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version17">
<summary>
Specifies version 17 (85x85 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version18">
<summary>
Specifies version 18 (89x89 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version19">
<summary>
Specifies version 19 (93x93 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version20">
<summary>
Specifies version 20 (97x97 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version21">
<summary>
Specifies version 21 (101x101 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version22">
<summary>
Specifies version 22 (105x105 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version23">
<summary>
Specifies version 23 (109x109 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version24">
<summary>
Specifies version 24 (113x113 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version25">
<summary>
Specifies version 25 (117x117 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version26">
<summary>
Specifies version 26 (121x121 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version27">
<summary>
Specifies version 27 (125x125 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version28">
<summary>
Specifies version 28 (129x129 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version29">
<summary>
Specifies version 29 (133x133 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version30">
<summary>
Specifies version 30 (137x137 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version31">
<summary>
Specifies version 31 (141x141 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version32">
<summary>
Specifies version 32 (145x145 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version33">
<summary>
Specifies version 33 (149x149 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version34">
<summary>
Specifies version 34 (153x153 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version35">
<summary>
Specifies version 35 (157x157 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version36">
<summary>
Specifies version 36 (161x161 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version37">
<summary>
Specifies version 37 (165x165 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version38">
<summary>
Specifies version 38 (169x169 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version39">
<summary>
Specifies version 39 (173x173 modules).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion.Version40">
<summary>
Specifies version 40 (177x177 modules).
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel">
<summary>
Specifies the Barcode Error correction level.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel.Low">
<summary>
The Recovery capacity is 7%(approx.)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel.Medium">
<summary>
The Recovery capacity is 15%(approx.)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel.Quartile">
<summary>
The Recovery capacity is 25%(approx.)
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel.High">
<summary>
The Recovery capacity is 30%(approx.)
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.QRInputMode">
<summary>
Specifies the Barcode Input Mode.
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRInputMode.NumericMode">
<summary>
The Input only contains the Numeric Values(0,1,2,3,4,5,6,7,8,9).
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRInputMode.AlphaNumericMode">
<summary>
The Input may contain Numeric Values, Alphabets(Upper case only), SPACE, $, %, *, +, -, ., /, :
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRInputMode.BinaryMode">
<summary>
The Input may contain all the ASCII values
</summary>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.QRInputMode.MixingMode">
<summary>
This mode is a combination of all modes
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.SfBarcode.ToImage">
<summary>
Exports the barcode as image.
</summary>
<returns>Image</returns>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.SfBarcode.ToImage(System.Drawing.SizeF)">
<summary>
Exports the barcode as image.
</summary>
<returns>Image</returns>
</member>
<member name="F:Syncfusion.Windows.Forms.Barcode.SfBarcode.components">
<summary>
Required designer variable.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.SfBarcode.Dispose(System.Boolean)">
<summary>
Clean up any resources being used.
</summary>
<param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.SfBarcode.InitializeComponent">
<summary>
Required method for Designer support - do not modify
the contents of this method with the code editor.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.SfBarcode.Text">
<summary>
Gets or sets the text to encode.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.SfBarcode.DisplayText">
<summary>
Gets or sets whether to display original text.
</summary>
<value>
The default value is True.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.SfBarcode.SymbologySettings">
<summary>
Gets or sets the Settings for the applied bar code type.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.SfBarcode.Symbology">
<summary>
Gets or sets the bar code symbol type.
</summary>
<value>
The default value is Code39.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.SfBarcode.TextLocation">
<summary>
Gets of sets the vertical alignment of the text.
</summary>
<value>
The default value is Bottom.
</value>
<seealso cref="T:Syncfusion.UI.Xaml.Controls.Barcode.BarcodeTextLocation"/>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolType">
<summary>
Specifies barcode symbol type
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.BarcodeRotation">
<summary>
Specifies barcode rotation.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.IBarcodeSetting">
<summary>
Base interface for bar code type settings.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Barcode2DSetting">
<summary>
Base class for 2 dimensional bar code type settings.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Settings">
<summary>
Collection of bar code type settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Barcode2DSetting.#ctor">
<summary>
Initializes Barcode2DSetting class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode2DSetting.XDimension">
<summary>
Gets or sets the XDimension for the 2D barcodes.
</summary>
<remarks>
The value is in pixel.
</remarks>
<value>
The default value is 1.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.DataMatrixSetting">
<summary>
Handles the settings for DataMatrix bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.DataMatrixSetting.#ctor">
<summary>
Initializes DataMatrixSetting class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixSetting.Size">
<summary>
Gets or sets the size matrix of DataMatrix bar code.
</summary>
<value>
The default value is Auto.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.DataMatrixSetting.Encoding">
<summary>
Gets or sets the encoding used for DataMatrix bar code.
</summary>
<value>
The default value is Auto.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.QRBarcodeSetting">
<summary>
Handles the settings for QR bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.QRBarcodeSetting.#ctor">
<summary>
Initializes QRBarcodeSetting class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcodeSetting.Version">
<summary>
Gets of sets the version of QR bar code.
</summary>
<value>
The default value is Auto.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcodeSetting.InputMode">
<summary>
Gets or sets the input mode of QR bar code
</summary>
<value>
The default value is BinaryMode.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.QRBarcodeSetting.ErrorCorrectionLevel">
<summary>
Gets or sets the error correction level of QR bar code.
</summary>
<value>
The default value is low.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting">
<summary>
Base class for 1 dimensional bar code type settings.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.#ctor">
<summary>
Initializes Barcode1DSetting class.
</summary>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.BarHeight">
<summary>
Gets or sets the height of each bar.
</summary>
<remarks>
The value is in pixel.
</remarks>
<value>
The default value is 80.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.EnableCheckDigit">
<summary>
Gets or sets whether to enable check digit.
</summary>
<value>
The default value is false.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.EncodeStartStopSymbols">
<summary>
Gets or sets whether to encode start stop symbols.
</summary>
<value>
The default value is true.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.NarrowBarWidth">
<summary>
Gets or sets the width of the narrow bar in bar code.
</summary>
<remarks>
The value is in pixel.
</remarks>
<value>
The default value is 1.
</value>
</member>
<member name="P:Syncfusion.Windows.Forms.Barcode.Barcode1DSetting.ShowCheckDigit">
<summary>
Gets or sets whether to display check digit.
</summary>
<value>
The default value is false.
</value>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.CodabarSetting">
<summary>
Handles the settings for Codabar bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.CodabarSetting.#ctor">
<summary>
Initializes CodabarSetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code11Setting">
<summary>
Handles the settings for Code11 bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code11Setting.#ctor">
<summary>
Initializes Code11Setting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128ASetting">
<summary>
Handles the settings for Code128A bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128ASetting.#ctor">
<summary>
Initializes Code128ASetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.UpcBarcodeSetting">
<summary>
Handles the settings for CodeUpc barcode.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.UpcBarcodeSetting.#ctor">
<summary>
Initializes UpcBarcodeSetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128BSetting">
<summary>
Handles the settings for Code128B bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128BSetting.#ctor">
<summary>
Initializes Code128BSetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code128CSetting">
<summary>
Handles the settings for Code128C bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code128CSetting.#ctor">
<summary>
Initializes Code128CSetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code32Setting">
<summary>
Handles the settings for Code32 bar code
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code32Setting.#ctor">
<summary>
Initializes Code32Setting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code39Setting">
<summary>
Handles the settings for Code39 bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39Setting.#ctor">
<summary>
Initializes Code39Setting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code39ExtendedSetting">
<summary>
Handles the settings for Code39Extended bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code39ExtendedSetting.#ctor">
<summary>
Initializes Code39ExtendedSetting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code93Setting">
<summary>
Handles the settings for Code93 bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93Setting.#ctor">
<summary>
Initializes Code93Setting class.
</summary>
</member>
<member name="T:Syncfusion.Windows.Forms.Barcode.Code93ExtendedSetting">
<summary>
Handles the settings for Code93Extended bar code.
</summary>
</member>
<member name="M:Syncfusion.Windows.Forms.Barcode.Code93ExtendedSetting.#ctor">
<summary>
Initializes Code93ExtendedSetting class.
</summary>
</member>
</members>
</doc>