update 20250819 sf
This commit is contained in:
@@ -100,25 +100,6 @@
|
||||
</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.
|
||||
@@ -174,6 +155,25 @@
|
||||
Gets or sets the barcode text.
|
||||
</summary>
|
||||
</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="T:Syncfusion.Windows.Forms.Barcode.BarcodeException">
|
||||
<summary>
|
||||
Represents the general barcode exception class.
|
||||
@@ -347,12 +347,6 @@
|
||||
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.
|
||||
@@ -378,241 +372,15 @@
|
||||
Gets or sets the foreground color of the barcode.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Barcode.CodabarBarcode">
|
||||
<member name="M:Syncfusion.Windows.Forms.Barcode.BidimensionalBarcode.GetData">
|
||||
<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.
|
||||
Returns the data as byte array.
|
||||
</summary>
|
||||
<returns></returns>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.GetExtendedTextValue">
|
||||
<member name="T:Syncfusion.Windows.Forms.Barcode.CodabarBarcode">
|
||||
<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.
|
||||
Represents a Codabar barcode.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="M:Syncfusion.Windows.Forms.Barcode.CodabarBarcode.#ctor">
|
||||
@@ -792,38 +560,6 @@
|
||||
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.
|
||||
@@ -870,6 +606,38 @@
|
||||
Initializes the internal barcode symbol table
|
||||
</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="T:Syncfusion.Windows.Forms.Barcode.Code39ExtendedBarcode">
|
||||
<summary>
|
||||
Represents a Code39 Extended barcode.
|
||||
@@ -1008,11 +776,6 @@
|
||||
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.
|
||||
@@ -1058,6 +821,11 @@
|
||||
Internal variable for block length.
|
||||
</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.m_quiteZoneLeft">
|
||||
<summary>
|
||||
Initializes default quiteZone for data matrix
|
||||
@@ -1074,6 +842,26 @@
|
||||
</summary>
|
||||
<param name="text">Data to be converted as barcode.</param>
|
||||
</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="M:Syncfusion.Windows.Forms.Barcode.DataMatrixBarcode.Initialize">
|
||||
<summary>
|
||||
Initializes properties and calculation array for DataMatrix barcode.
|
||||
@@ -1179,36 +967,11 @@
|
||||
<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.
|
||||
@@ -1324,11 +1087,31 @@
|
||||
Variable to hold the QR Barcode Values.
|
||||
</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.defaultQuiteZone">
|
||||
<summary>
|
||||
it used to maintain the dimension of barcode width and height when QuiteZone.All with barcode Size.
|
||||
</summary>
|
||||
</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="M:Syncfusion.Windows.Forms.Barcode.QRBarcode.ToImage">
|
||||
<summary>
|
||||
Exports the barcode as image.
|
||||
@@ -1431,21 +1214,6 @@
|
||||
</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.
|
||||
@@ -1606,6 +1374,41 @@
|
||||
Holds all the Mixed Data capacity of the Error correction level High.
|
||||
</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="M:Syncfusion.Windows.Forms.Barcode.PdfQRBarcodeValues.#ctor(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
|
||||
<summary>
|
||||
Initializes the Values.
|
||||
@@ -1666,41 +1469,6 @@
|
||||
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
|
||||
@@ -1741,6 +1509,21 @@
|
||||
Holds the values of QR Barcode
|
||||
</summary>
|
||||
</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="M:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.#ctor(Syncfusion.Windows.Forms.Barcode.QRBarcodeVersion,Syncfusion.Windows.Forms.Barcode.ErrorCorrectionLevel)">
|
||||
<summary>
|
||||
Initializes Error correction code word
|
||||
@@ -1789,21 +1572,238 @@
|
||||
<param name="element">Element.</param>
|
||||
<param name="alpha">Alpha.</param>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.DC">
|
||||
<member name="T:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode">
|
||||
<summary>
|
||||
Sets and Gets the Data code word
|
||||
Represents the Base class for all the Single dimensional barcodes
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.DataBits">
|
||||
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.UpcBarWidth">
|
||||
<summary>
|
||||
Sets and Gets the DataBits
|
||||
Default bar width value.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Syncfusion.Windows.Forms.Barcode.ErrorCorrectionCodewords.ECCW">
|
||||
<member name="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.barcodeSpaceCount">
|
||||
<summary>
|
||||
Sets and Gets the Error Correction Code Words
|
||||
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="F:Syncfusion.Windows.Forms.Barcode.UnidimensionalBarcode.dpi">
|
||||
<summary>
|
||||
Initializes a defalut DPI
|
||||
</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="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.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="T:Syncfusion.Windows.Forms.Barcode.BarcodeTextLocation">
|
||||
<summary>
|
||||
Specifies the barcode text display location.
|
||||
@@ -2279,35 +2279,6 @@
|
||||
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.
|
||||
@@ -2343,6 +2314,35 @@
|
||||
</value>
|
||||
<seealso cref="T:Syncfusion.UI.Xaml.Controls.Barcode.BarcodeTextLocation"/>
|
||||
</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="T:Syncfusion.Windows.Forms.Barcode.BarcodeSymbolType">
|
||||
<summary>
|
||||
Specifies barcode symbol type
|
||||
@@ -2363,11 +2363,6 @@
|
||||
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.
|
||||
@@ -2610,5 +2605,10 @@
|
||||
Initializes Code93ExtendedSetting class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="T:Syncfusion.Windows.Forms.Barcode.Settings">
|
||||
<summary>
|
||||
Collection of bar code type settings.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
|
||||
Reference in New Issue
Block a user