Update 20240807 - nach NUGET-Update Syncfusion
This commit is contained in:
@@ -73,7 +73,7 @@
|
|||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-26.2462.7.0" newVersion="26.2462.7.0" />
|
<bindingRedirect oldVersion="0.0.0.0-26.2462.8.0" newVersion="26.2462.8.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|||||||
Binary file not shown.
@@ -16,7 +16,7 @@
|
|||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-26.2462.7.0" newVersion="26.2462.7.0" />
|
<bindingRedirect oldVersion="0.0.0.0-26.2462.8.0" newVersion="26.2462.8.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
<assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -73,7 +73,7 @@
|
|||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
<dependentAssembly>
|
<dependentAssembly>
|
||||||
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
<assemblyIdentity name="Syncfusion.Licensing" publicKeyToken="632609b4d040f6b4" culture="neutral" />
|
||||||
<bindingRedirect oldVersion="0.0.0.0-26.2462.7.0" newVersion="26.2462.7.0" />
|
<bindingRedirect oldVersion="0.0.0.0-26.2462.8.0" newVersion="26.2462.8.0" />
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</assemblyBinding>
|
</assemblyBinding>
|
||||||
</runtime>
|
</runtime>
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -71738,6 +71738,18 @@
|
|||||||
Create grid columns.
|
Create grid columns.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.DocIO.DLS.WTable.DocAutoFitColumns">
|
||||||
|
<summary>
|
||||||
|
Updates cell width of a table in DOC format document
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.DocIO.DLS.WTable.IsAllRowsHaveSameWidth(System.Single)">
|
||||||
|
<summary>
|
||||||
|
Check whether allrows in a table contains same row width
|
||||||
|
</summary>
|
||||||
|
<param name="rowWidth">Row width of first row</param>
|
||||||
|
<returns>True if all rows contain same row width. Else false</returns>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.DocIO.DLS.WTable.CheckNeedToAutoFit">
|
<member name="M:Syncfusion.DocIO.DLS.WTable.CheckNeedToAutoFit">
|
||||||
<summary>
|
<summary>
|
||||||
Checks whether the table is need to autofit to content or not.
|
Checks whether the table is need to autofit to content or not.
|
||||||
@@ -98133,6 +98145,19 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<returns></returns>
|
<returns></returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.IsLastTableHasKeepWithNext">
|
||||||
|
<summary>
|
||||||
|
Checks whether all the rows in the last table on the previous page's column have "Keep with Next".
|
||||||
|
</summary>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.IsTableHasKeepWithNext(Syncfusion.Layouting.LayoutedWidget)">
|
||||||
|
<summary>
|
||||||
|
Checks whether all the rows in the table has keep with next.
|
||||||
|
</summary>
|
||||||
|
<param name="ltWidget">layouted widget</param>
|
||||||
|
<returns></returns>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.HandlePageBreak">
|
<member name="M:Syncfusion.DocIO.DLS.Rendering.DocumentLayouter.HandlePageBreak">
|
||||||
<summary>
|
<summary>
|
||||||
Handles the page break.
|
Handles the page break.
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3680,6 +3680,52 @@
|
|||||||
</param>
|
</param>
|
||||||
<returns>A number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.</returns>
|
<returns>A number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeVStack(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function appends arrays vertically and in sequence to return a larger array.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array1,[array2],..."
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeHStack(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function appends arrays horizontally and in sequence to return a larger array.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array1,[array2],..."
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ValidateStackArgs(System.String,System.String@)">
|
||||||
|
<summary>
|
||||||
|
Validate the argument for VStack and HStack formula and return array list.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ConvertArrayToString(System.String[0:,0:],System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Compute and return appended array as string value for VStack and HStack formula.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.VerticalStackValue(System.Collections.Generic.List{System.String})">
|
||||||
|
<summary>
|
||||||
|
Compute and append array vertically and return array as string value.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.HorizontalStackValue(System.Collections.Generic.List{System.String})">
|
||||||
|
<summary>
|
||||||
|
Compute and append array horizontally and return array as string value.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
|
||||||
<summary>
|
<summary>
|
||||||
Returns the sample covariance between two arrays.
|
Returns the sample covariance between two arrays.
|
||||||
@@ -5735,6 +5781,27 @@
|
|||||||
<param name="arrayValues">List of array values.</param>
|
<param name="arrayValues">List of array values.</param>
|
||||||
<returns>Resultant string after dropping specified rows and/or columns.</returns>
|
<returns>Resultant string after dropping specified rows and/or columns.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeExpand(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function expands or pads an array to specified row and column dimensions.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array, rows, columns, pad_with".
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array</c>: The array to expand.</description></item>
|
||||||
|
<item><description><c>rows</c>: The number of rows in the expanded array. If missing, rows will not be expanded.</description></item>
|
||||||
|
<item><description><c>columns</c>: The number of columns in the expanded array. If missing, columns will not be expanded.</description></item>
|
||||||
|
<item><description><c>pad_with</c>: The value with which to pad. The default is #N/A.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>An expanded or padded array with the specified row and column dimensions.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ExpandedArray(System.String,System.String,System.String,System.String)">
|
||||||
|
<summary>
|
||||||
|
Compute and return the expanded arraay based on pad_with and rows and cols argument.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeWebService(System.String)">
|
<member name="M:Syncfusion.OfficeChart.Calculate.CalcEngine.ComputeWebService(System.String)">
|
||||||
<summary>
|
<summary>
|
||||||
Return the XML content of the given document
|
Return the XML content of the given document
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
@@ -2723,6 +2723,52 @@
|
|||||||
</param>
|
</param>
|
||||||
<returns>A number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.</returns>
|
<returns>A number that is rounded up to the nearest integer or to the nearest multiple of significance. Regardless of the sign of the number, the number is rounded up. However, if the number or the significance is zero, zero is returned.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeVStack(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function appends arrays vertically and in sequence to return a larger array.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array1,[array2],..."
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeHStack(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function appends arrays horizontally and in sequence to return a larger array.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array1,[array2],..."
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array1, array2, ...</c>: The arrays to append.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>A single array that has as many columns as all of the source arrays combined and as many rows as the tallest of the source arrays.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ValidateStackArgs(System.String,System.String@)">
|
||||||
|
<summary>
|
||||||
|
Validate the argument for VStack and HStack formula and return array list.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ConvertArrayToString(System.String[0:,0:],System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Compute and return appended array as string value for VStack and HStack formula.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.VerticalStackValue(System.Collections.Generic.List{System.String})">
|
||||||
|
<summary>
|
||||||
|
Compute and append array vertically and return array as string value.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.HorizontalStackValue(System.Collections.Generic.List{System.String})">
|
||||||
|
<summary>
|
||||||
|
Compute and append array horizontally and return array as string value.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
|
<member name="M:Syncfusion.Calculate.CalcEngine.Covariance(System.Double[],System.Double[])">
|
||||||
<summary>
|
<summary>
|
||||||
Returns the sample covariance between two arrays.
|
Returns the sample covariance between two arrays.
|
||||||
@@ -4799,6 +4845,27 @@
|
|||||||
<param name="arrayValues">List of array values.</param>
|
<param name="arrayValues">List of array values.</param>
|
||||||
<returns>Resultant string after dropping specified rows and/or columns.</returns>
|
<returns>Resultant string after dropping specified rows and/or columns.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeExpand(System.String)">
|
||||||
|
<summary>
|
||||||
|
This function expands or pads an array to specified row and column dimensions.
|
||||||
|
</summary>
|
||||||
|
<param name="args">
|
||||||
|
A string containing the arguments separated by commas.
|
||||||
|
The format should be: "array, rows, columns, pad_with".
|
||||||
|
<list type="bullet">
|
||||||
|
<item><description><c>array</c>: The array to expand.</description></item>
|
||||||
|
<item><description><c>rows</c>: The number of rows in the expanded array. If missing, rows will not be expanded.</description></item>
|
||||||
|
<item><description><c>columns</c>: The number of columns in the expanded array. If missing, columns will not be expanded.</description></item>
|
||||||
|
<item><description><c>pad_with</c>: The value with which to pad. The default is #N/A.</description></item>
|
||||||
|
</list>
|
||||||
|
</param>
|
||||||
|
<returns>An expanded or padded array with the specified row and column dimensions.</returns>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.Calculate.CalcEngine.ExpandedArray(System.String,System.String,System.String,System.String)">
|
||||||
|
<summary>
|
||||||
|
Compute and return the expanded arraay based on pad_with and rows and cols argument.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeWebService(System.String)">
|
<member name="M:Syncfusion.Calculate.CalcEngine.ComputeWebService(System.String)">
|
||||||
<summary>
|
<summary>
|
||||||
Return the XML content of the given document
|
Return the XML content of the given document
|
||||||
@@ -12755,6 +12822,20 @@
|
|||||||
</summary>
|
</summary>
|
||||||
<param name="parent">Parent workbook object.</param>
|
<param name="parent">Parent workbook object.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Add(System.String)">
|
||||||
|
<summary>
|
||||||
|
Added the XML document to the workbook using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="fileName">Represents the XML file</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Add(System.IO.Stream)">
|
||||||
|
<summary>
|
||||||
|
Added the XML document to the workbook using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="stream">Stream data of the xml file.</param>
|
||||||
|
<returns>Returns TRUE if the XML is valid.</returns>
|
||||||
|
<remarks>The stream should be passed as file stream to bind the xml</remarks>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Add(System.IO.Stream,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32)">
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Add(System.IO.Stream,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Add XmlMap object to the collection.
|
Add XmlMap object to the collection.
|
||||||
@@ -12772,6 +12853,13 @@
|
|||||||
<param name="rootElement">Root element as string</param>
|
<param name="rootElement">Root element as string</param>
|
||||||
<returns>True if root element string exists.</returns>
|
<returns>True if root element string exists.</returns>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.ContainsName(System.String)">
|
||||||
|
<summary>
|
||||||
|
Checks whether given name string exists in the collection.
|
||||||
|
</summary>
|
||||||
|
<param name="name">Name element as string</param>
|
||||||
|
<returns>True if Name string exists.</returns>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Parse(System.Xml.XmlReader)">
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.XmlMapCollection.Parse(System.Xml.XmlReader)">
|
||||||
<summary>
|
<summary>
|
||||||
Parse and intialize mapping information.
|
Parse and intialize mapping information.
|
||||||
@@ -27677,6 +27765,21 @@
|
|||||||
Preserve format attribute name.
|
Preserve format attribute name.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.DataBinding">
|
||||||
|
<summary>
|
||||||
|
Preserve DataBinding Element name.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.FileBinding">
|
||||||
|
<summary>
|
||||||
|
Preserve FileBinding attribute name.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.DataBindingLoadMode">
|
||||||
|
<summary>
|
||||||
|
Preserve DataBindingLoadMode attrbute name.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_sheet">
|
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_sheet">
|
||||||
<summary>
|
<summary>
|
||||||
Sheet where XmlMap imports the data.
|
Sheet where XmlMap imports the data.
|
||||||
@@ -27707,6 +27810,11 @@
|
|||||||
XmlMap Id.
|
XmlMap Id.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.XmlMap.m_connectionID">
|
||||||
|
<summary>
|
||||||
|
Xml connection ID.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.BindXml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
|
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.BindXml(System.IO.Stream,Syncfusion.XlsIO.Implementation.WorkbookImpl,Syncfusion.XlsIO.IWorksheet,System.Int32,System.Int32,System.Int32)">
|
||||||
<summary>
|
<summary>
|
||||||
Extracts XML data from the stream and import to the sheet.
|
Extracts XML data from the stream and import to the sheet.
|
||||||
@@ -27719,21 +27827,23 @@
|
|||||||
<param name="count">Count of XmlMaps in the workbook.</param>
|
<param name="count">Count of XmlMaps in the workbook.</param>
|
||||||
<returns>True if data imports to the sheet, else False.</returns>
|
<returns>True if data imports to the sheet, else False.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.GetColumnInformation(Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Xml.Schema.XmlSchema)">
|
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.GetColumnInformation(Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Xml.Schema.XmlSchema,System.Data.DataColumn)">
|
||||||
<summary>
|
<summary>
|
||||||
Column attributes of a table fetched from XML schema.
|
Column attributes of a table fetched from XML schema.
|
||||||
</summary>
|
</summary>
|
||||||
<param name="tableColumn">Column of a table.</param>
|
<param name="tableColumn">Column of a table.</param>
|
||||||
<param name="xmlSchema">XML schema where the data type of column is preserved.</param>
|
<param name="xmlSchema">XML schema where the data type of column is preserved.</param>
|
||||||
|
<param name="column">Represents the column in the Data table</param>
|
||||||
<returns>Returns True if data have sub-element path, False otherwise.</returns>
|
<returns>Returns True if data have sub-element path, False otherwise.</returns>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.FindElement(System.String,Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Collections.ICollection)">
|
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.FindElement(System.String,Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn,System.Collections.ICollection,System.Data.DataColumn)">
|
||||||
<summary>
|
<summary>
|
||||||
Recursion method used to find the sub element path from the root element.
|
Recursion method used to find the sub element path from the root element.
|
||||||
</summary>
|
</summary>
|
||||||
<param name="xpath">Element path from the root element.</param>
|
<param name="xpath">Element path from the root element.</param>
|
||||||
<param name="tableColumn">Table column.</param>
|
<param name="tableColumn">Table column.</param>
|
||||||
<param name="collection">Values collection.</param>
|
<param name="collection">Values collection.</param>
|
||||||
|
<param name="column">Represents the column in the Data table</param>
|
||||||
</member>
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.ReadSchema(System.IO.Stream)">
|
<member name="M:Syncfusion.XlsIO.Implementation.XmlMap.ReadSchema(System.IO.Stream)">
|
||||||
<summary>
|
<summary>
|
||||||
@@ -80262,6 +80372,11 @@
|
|||||||
Sub-element path.
|
Sub-element path.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_uniqueName">
|
||||||
|
<summary>
|
||||||
|
Represents Xml column unique name.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_dataType">
|
<member name="F:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.m_dataType">
|
||||||
<summary>
|
<summary>
|
||||||
Column datatype.
|
Column datatype.
|
||||||
@@ -80393,6 +80508,11 @@
|
|||||||
Column datatype.
|
Column datatype.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.UniqueName">
|
||||||
|
<summary>
|
||||||
|
Gets or sets Xml column unique name.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.IsArrayFormula">
|
<member name="P:Syncfusion.XlsIO.Implementation.Tables.ListObjectColumn.IsArrayFormula">
|
||||||
<summary>
|
<summary>
|
||||||
Indicates whether the column contains array formula
|
Indicates whether the column contains array formula
|
||||||
@@ -84293,6 +84413,23 @@
|
|||||||
</code>
|
</code>
|
||||||
</example>
|
</example>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.IWorksheet.ImportXml(System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="filename">FilePath of the speciifed xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.IWorksheet.ImportXml(System.IO.Stream,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using stream
|
||||||
|
</summary>
|
||||||
|
<param name="stream">Stream data of the xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
<remarks>The stream should be passed as file stream to bind the xml</remarks>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.IWorksheet.RemovePanes">
|
<member name="M:Syncfusion.XlsIO.IWorksheet.RemovePanes">
|
||||||
<summary>
|
<summary>
|
||||||
Removes panes from a worksheet.
|
Removes panes from a worksheet.
|
||||||
@@ -148167,6 +148304,24 @@
|
|||||||
Copies worksheet data to the clipboard.
|
Copies worksheet data to the clipboard.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportXml(System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="filename">FilePath of the speciifed xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.ImportXml(System.IO.Stream,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using stream
|
||||||
|
</summary>
|
||||||
|
<param name="stream">Stream data of the xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
<remarks>The stream should be passed as file stream to bind the xml</remarks>
|
||||||
|
<exception cref="T:System.NotSupportedException"></exception>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Syncfusion#XlsIO#IWorksheet#Clear">
|
<member name="M:Syncfusion.XlsIO.Implementation.Collections.Grouping.WorksheetGroup.Syncfusion#XlsIO#IWorksheet#Clear">
|
||||||
<summary>
|
<summary>
|
||||||
Clears worksheet data. Removes all formatting and merges.
|
Clears worksheet data. Removes all formatting and merges.
|
||||||
@@ -175151,6 +175306,24 @@
|
|||||||
<param name="col">The column of the change.</param>
|
<param name="col">The column of the change.</param>
|
||||||
<param name="value">The changed value.</param>
|
<param name="value">The changed value.</param>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportXml(System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="filename">FilePath of the speciifed xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.ImportXml(System.IO.Stream,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using stream
|
||||||
|
</summary>
|
||||||
|
<param name="stream">Stream data of the xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
<remarks>The stream should be passed as file stream to bind the xml</remarks>
|
||||||
|
<exception cref="T:System.NotSupportedException"></exception>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.String)">
|
<member name="M:Syncfusion.XlsIO.Implementation.ExternWorksheetImpl.SaveAsHtml(System.String)">
|
||||||
<summary>
|
<summary>
|
||||||
Saves worksheet with specified filename.
|
Saves worksheet with specified filename.
|
||||||
@@ -215864,6 +216037,11 @@
|
|||||||
Indicates whether the AutoFitPivotTable method is called.
|
Indicates whether the AutoFitPivotTable method is called.
|
||||||
</summary>
|
</summary>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="F:Syncfusion.XlsIO.Implementation.WorksheetImpl.m_isXmlMapping">
|
||||||
|
<summary>
|
||||||
|
Indicates whether importing data table for xml mapping.
|
||||||
|
</summary>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.#cctor">
|
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.#cctor">
|
||||||
<summary>
|
<summary>
|
||||||
Static constructor.
|
Static constructor.
|
||||||
@@ -219897,6 +220075,23 @@
|
|||||||
to image conversion. Gradient fill is partially supported.
|
to image conversion. Gradient fill is partially supported.
|
||||||
This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
|
This method is supported on Windows Forms, WPF, ASP.NET and ASP.NET MVC platforms only.</remarks>
|
||||||
</member>
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportXml(System.String,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using file path.
|
||||||
|
</summary>
|
||||||
|
<param name="filename">FilePath of the speciifed xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
</member>
|
||||||
|
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportXml(System.IO.Stream,System.Int32,System.Int32)">
|
||||||
|
<summary>
|
||||||
|
Import XML document with specified cell position to the worksheet using stream
|
||||||
|
</summary>
|
||||||
|
<param name="stream">Stream data of the xml file.</param>
|
||||||
|
<param name="row">Row where the data to be imported.</param>
|
||||||
|
<param name="column">Column where the data to be imported.</param>
|
||||||
|
<remarks>The stream should be passed as file stream to bind the xml</remarks>
|
||||||
|
</member>
|
||||||
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTableWithoutCheck(System.Data.DataTable,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[],System.Boolean)">
|
<member name="M:Syncfusion.XlsIO.Implementation.WorksheetImpl.ImportDataTableWithoutCheck(System.Data.DataTable,System.Int32,System.Int32,System.Int32,System.Int32,System.Data.DataColumn[],System.Boolean)">
|
||||||
<summary>
|
<summary>
|
||||||
Imports data table without checking arguments for correctness.
|
Imports data table without checking arguments for correctness.
|
||||||
|
|||||||
Binary file not shown.
@@ -198,7 +198,6 @@ E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.XlsIO.Base.dll
|
|||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Pdf.Base.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Pdf.Base.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.DocToPDFConverter.Base.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.DocToPDFConverter.Base.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\BarcodeLib.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\BarcodeLib.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Licensing.dll
|
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\NLog.Database.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\NLog.Database.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Compression.Base.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Compression.Base.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.OfficeChart.Base.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.OfficeChart.Base.dll
|
||||||
@@ -256,3 +255,4 @@ E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\obj\Debug\EDOKAAPI_NetFramewor
|
|||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\obj\Debug\EDOKAAPI_NetFramework.pdb
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\obj\Debug\EDOKAAPI_NetFramework.pdb
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\OfficePrinter.dll
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\OfficePrinter.dll
|
||||||
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\OfficePrinter.pdb
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\OfficePrinter.pdb
|
||||||
|
E:\Software-Projekte\OnDoc\OnDoc\API_NetFramework\bin\Syncfusion.Licensing.dll
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
14
BarcodeLib/VSdoc/index.html_rename
Normal file
14
BarcodeLib/VSdoc/index.html_rename
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="icon" href="favicon.ico">
|
||||||
|
<title>Default page</title>
|
||||||
|
<META http-equiv="refresh" content="0;URL=topic_00000000000000AF.html">
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
|
||||||
|
</head>
|
||||||
|
<body style="direction: ltr;">
|
||||||
|
<center>
|
||||||
|
<a href="topic_00000000000000AF.html">Go to default page</a>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
91
BarcodeLib/VSdoc/search--.html_rename
Normal file
91
BarcodeLib/VSdoc/search--.html_rename
Normal file
@@ -0,0 +1,91 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||||
|
<meta name="GENERATOR" content="VSdocman - documentation generator; https://www.helixoft.com" />
|
||||||
|
<link rel="icon" href="favicon.ico">
|
||||||
|
<title>Search</title>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||||
|
<script src="msdn2019/toc.js"></script>
|
||||||
|
<link rel="stylesheet" type="text/css" href="msdn2019/msdn2019.css">
|
||||||
|
<script src="msdn2019/msdn2019.js" type="text/javascript"></script>
|
||||||
|
<script src="msdn2019/search.js"></script>
|
||||||
|
<script src="search--/search_index.js" type="text/javascript"></script>
|
||||||
|
|
||||||
|
<link rel="stylesheet" type="text/css" href="vsdocman_overrides.css">
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body style="direction: ltr;">
|
||||||
|
<div id="topic">
|
||||||
|
<!--HEADER START-->
|
||||||
|
<div id="header">
|
||||||
|
<div id="header-top-container">
|
||||||
|
<div id="header-top-parent-container1">
|
||||||
|
<div id="header-top-container1">
|
||||||
|
<div id="runningHeaderText1"><a id="headerLogo" href="#" onclick="window.location.href = getCssCustomProperty('--headerLogoLink'); return false;">logo</a></div>
|
||||||
|
<div id="runningHeaderText1b"><script>
|
||||||
|
document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||||
|
</script></div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div id="header-top-container2">
|
||||||
|
<div id="runningHeaderText">BarcodeLib Reference</div>
|
||||||
|
|
||||||
|
<div id="search-bar-container">
|
||||||
|
<form id="search-bar" action="search--.html">
|
||||||
|
<input id="HeaderSearchInput" type="search" name="search" placeholder="Search" >
|
||||||
|
<button id="btn-search" class="c-glyph" title="Search">
|
||||||
|
<span>Search</span>
|
||||||
|
</button>
|
||||||
|
</form>
|
||||||
|
<button id="cancel-search" class="cancel-search" title="Cancel">
|
||||||
|
<span>Cancel</span>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<hr />
|
||||||
|
<div id="header-breadcrumbs">
|
||||||
|
<ul>
|
||||||
|
<li>Search</li>
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div id="headerLinks">
|
||||||
|
</div>
|
||||||
|
<hr />
|
||||||
|
</div>
|
||||||
|
<!--HEADER END-->
|
||||||
|
<div id="mainSection">
|
||||||
|
<div id="mainBody">
|
||||||
|
|
||||||
|
<div id="search-results-section">
|
||||||
|
<h1 class="title"><span id="search-results-heading-count"></span>
|
||||||
|
<span id="search-results-heading-text">Search results for</span>
|
||||||
|
<span id="search-results-heading-phrase"></span></h1>
|
||||||
|
|
||||||
|
<div id="search-results-container"></div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="footer">
|
||||||
|
<div id="footer-container">
|
||||||
|
<p>Generated with <a target="_top" href="http://www.helixoft.com/vsdocman/overview.html">VSdocman</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
<!--
|
||||||
|
try {
|
||||||
|
search();
|
||||||
|
} catch (ex) {}
|
||||||
|
//-->
|
||||||
|
</script>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['0']=["topic_0000000000000000.html","Barcoded Namespace",""];
|
search_result['0']=["index.html","Default page",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['1']=["topic_0000000000000001.html","Symbology Enumeration",""];
|
search_result['1']=["search--.html","Search",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['10']=["topic_000000000000001D_vars--.html","LinearBarcode Fields",""];
|
search_result['10']=["topic_000000000000001D_methods--.html","LinearBarcode Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['100']=["topic_0000000000000082_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
search_result['100']=["topic_0000000000000059_attached_props--.html","DatamatrixTextAddtion Attached Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['101']=["topic_0000000000000083.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap, TimeSpan) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
search_result['101']=["topic_0000000000000059_events--.html","DatamatrixTextAddtion Events",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['102']=["topic_0000000000000083_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
search_result['102']=["topic_0000000000000059_methods--.html","DatamatrixTextAddtion Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['103']=["topic_0000000000000084.html","DmtxImageDecoder.DecodeImage (Bitmap, Int32, TimeSpan) Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
search_result['103']=["topic_0000000000000059_props--.html","DatamatrixTextAddtion Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['104']=["topic_0000000000000084_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
search_result['104']=["topic_0000000000000059_vars--.html","DatamatrixTextAddtion Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['105']=["topic_0000000000000085.html","DmtxImageEncoder Class",""];
|
search_result['105']=["topic_000000000000005A.html","DatamatrixTextAddtion.UpdateText Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['106']=["topic_0000000000000085_attached_props--.html","DmtxImageEncoder Attached Properties",""];
|
search_result['106']=["topic_000000000000005B.html","DmtxSymbolSize Enumeration",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['107']=["topic_0000000000000085_events--.html","DmtxImageEncoder Events",""];
|
search_result['107']=["topic_0000000000000074.html","DmtxScheme Enumeration",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['108']=["topic_0000000000000085_methods--.html","DmtxImageEncoder Methods",""];
|
search_result['108']=["topic_000000000000007D.html","DmtxScheme Enumeration",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['109']=["topic_0000000000000085_props--.html","DmtxImageEncoder Properties",""];
|
search_result['109']=["topic_000000000000007E.html","DmtxImageDecoder Class",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['11']=["topic_000000000000001E.html","LinearBarcode.Symbology Property","/// Barcode symbology.\r\n ///"];
|
search_result['11']=["topic_000000000000001D_props--.html","LinearBarcode Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['110']=["topic_0000000000000085_vars--.html","DmtxImageEncoder Fields",""];
|
search_result['110']=["topic_000000000000007E_attached_props--.html","DmtxImageDecoder Attached Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['111']=["topic_0000000000000086.html","DefaultDotSize Field",""];
|
search_result['111']=["topic_000000000000007E_events--.html","DmtxImageDecoder Events",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['112']=["topic_0000000000000087.html","DefaultMargin Field",""];
|
search_result['112']=["topic_000000000000007E_methods--.html","DmtxImageDecoder Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['113']=["topic_0000000000000088.html","DefaultBackColor Field",""];
|
search_result['113']=["topic_000000000000007E_props--.html","DmtxImageDecoder Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['114']=["topic_0000000000000089.html","DefaultForeColor Field",""];
|
search_result['114']=["topic_000000000000007E_vars--.html","DmtxImageDecoder Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['115']=["topic_000000000000008A.html","DmtxImageEncoder.EncodeImageMosaic (String) Method",""];
|
search_result['115']=["topic_000000000000007F.html","DmtxImageDecoder.DecodeImage (Bitmap) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['116']=["topic_000000000000008A_overloads--.html","DmtxImageEncoder.EncodeImageMosaic Method",""];
|
search_result['116']=["topic_000000000000007F_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['117']=["topic_000000000000008B.html","DmtxImageEncoder.EncodeImageMosaic (String, Int32) Method",""];
|
search_result['117']=["topic_0000000000000080.html","DmtxImageDecoder.DecodeImage (Bitmap, TimeSpan) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['118']=["topic_000000000000008B_overloads--.html","DmtxImageEncoder.EncodeImageMosaic Method",""];
|
search_result['118']=["topic_0000000000000080_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['119']=["topic_000000000000008C.html","DmtxImageEncoder.EncodeImageMosaic (String, Int32, Int32) Method",""];
|
search_result['119']=["topic_0000000000000081.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['12']=["topic_000000000000001F.html","LinearBarcode.BarcodeValue Property","/// Value to encode.\r\n ///"];
|
search_result['12']=["topic_000000000000001D_vars--.html","LinearBarcode Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['120']=["topic_000000000000008C_overloads--.html","DmtxImageEncoder.EncodeImageMosaic Method",""];
|
search_result['120']=["topic_0000000000000081_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['121']=["topic_000000000000008D.html","DmtxImageEncoder.EncodeImageMosaic (String, DmtxImageEncoderOptions) Method",""];
|
search_result['121']=["topic_0000000000000082.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap, Int32, TimeSpan) Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['122']=["topic_000000000000008D_overloads--.html","DmtxImageEncoder.EncodeImageMosaic Method",""];
|
search_result['122']=["topic_0000000000000082_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['123']=["topic_000000000000008E.html","DmtxImageEncoder.EncodeImage (String) Method",""];
|
search_result['123']=["topic_0000000000000083.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap, TimeSpan) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['124']=["topic_000000000000008E_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
search_result['124']=["topic_0000000000000083_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['125']=["topic_000000000000008F.html","DmtxImageEncoder.EncodeImage (String, Int32) Method",""];
|
search_result['125']=["topic_0000000000000084.html","DmtxImageDecoder.DecodeImage (Bitmap, Int32, TimeSpan) Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['126']=["topic_000000000000008F_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
search_result['126']=["topic_0000000000000084_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['127']=["topic_0000000000000090.html","DmtxImageEncoder.EncodeImage (String, Int32, Int32) Method",""];
|
search_result['127']=["topic_0000000000000085.html","DmtxImageEncoder Class",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['128']=["topic_0000000000000090_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
search_result['128']=["topic_0000000000000085_attached_props--.html","DmtxImageEncoder Attached Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['129']=["topic_0000000000000091.html","DmtxImageEncoder.EncodeImage (String, DmtxImageEncoderOptions) Method",""];
|
search_result['129']=["topic_0000000000000085_events--.html","DmtxImageEncoder Events",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['13']=["topic_0000000000000020.html","LinearBarcode.Image Property","/// Barcode image.\r\n ///"];
|
search_result['13']=["topic_000000000000001E.html","LinearBarcode.Symbology Property","/// Barcode symbology.\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['130']=["topic_0000000000000091_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
search_result['130']=["topic_0000000000000085_methods--.html","DmtxImageEncoder Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['131']=["topic_0000000000000092.html","DmtxImageEncoder.EncodeSvgImage (String) Method",""];
|
search_result['131']=["topic_0000000000000085_props--.html","DmtxImageEncoder Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['132']=["topic_0000000000000092_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
search_result['132']=["topic_0000000000000085_vars--.html","DmtxImageEncoder Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['133']=["topic_0000000000000093.html","DmtxImageEncoder.EncodeSvgImage (String, Int32) Method",""];
|
search_result['133']=["topic_0000000000000086.html","DefaultDotSize Field",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['134']=["topic_0000000000000093_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
search_result['134']=["topic_0000000000000087.html","DmtxImageDecoder Class",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['135']=["topic_0000000000000094.html","DmtxImageEncoder.EncodeSvgImage (String, Int32, Int32) Method",""];
|
search_result['135']=["topic_0000000000000087_attached_props--.html","DmtxImageDecoder Attached Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['136']=["topic_0000000000000094_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
search_result['136']=["topic_0000000000000087_events--.html","DmtxImageDecoder Events",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['137']=["topic_0000000000000095.html","DmtxImageEncoder.EncodeSvgImage (String, Int32, Int32, Color, Color) Method",""];
|
search_result['137']=["topic_0000000000000087_methods--.html","DmtxImageDecoder Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['138']=["topic_0000000000000095_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
search_result['138']=["topic_0000000000000087_props--.html","DmtxImageDecoder Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['139']=["topic_0000000000000096.html","DmtxImageEncoder.EncodeRawData (String) Method",""];
|
search_result['139']=["topic_0000000000000087_vars--.html","DmtxImageDecoder Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['14']=["topic_0000000000000021.html","LinearBarcode.Vectors Property","/// Barcode vectors.\r\n ///"];
|
search_result['14']=["topic_000000000000001F.html","LinearBarcode.BarcodeValue Property","/// Value to encode.\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['140']=["topic_0000000000000096_overloads--.html","DmtxImageEncoder.EncodeRawData Method",""];
|
search_result['140']=["topic_0000000000000088.html","DmtxImageDecoder.DecodeImage (Bitmap) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['141']=["topic_0000000000000097.html","DmtxImageEncoder.EncodeRawData (String, DmtxImageEncoderOptions) Method",""];
|
search_result['141']=["topic_0000000000000088_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['142']=["topic_0000000000000097_overloads--.html","DmtxImageEncoder.EncodeRawData Method",""];
|
search_result['142']=["topic_0000000000000089.html","DmtxImageDecoder.DecodeImage (Bitmap, TimeSpan) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['143']=["topic_0000000000000098.html","DmtxImageEncoder.EncodeSvgImage (String, DmtxImageEncoderOptions) Method",""];
|
search_result['143']=["topic_0000000000000089_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['144']=["topic_0000000000000098_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
search_result['144']=["topic_000000000000008A.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['145']=["topic_0000000000000099.html","DmtxImageEncoderOptions Class",""];
|
search_result['145']=["topic_000000000000008A_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['146']=["topic_0000000000000099_attached_props--.html","DmtxImageEncoderOptions Attached Properties",""];
|
search_result['146']=["topic_000000000000008B.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap, Int32, TimeSpan) Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['147']=["topic_0000000000000099_events--.html","DmtxImageEncoderOptions Events",""];
|
search_result['147']=["topic_000000000000008B_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['148']=["topic_0000000000000099_methods--.html","DmtxImageEncoderOptions Methods",""];
|
search_result['148']=["topic_000000000000008C.html","DmtxImageDecoder.DecodeImageMosaic (Bitmap, TimeSpan) Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['149']=["topic_0000000000000099_props--.html","DmtxImageEncoderOptions Properties",""];
|
search_result['149']=["topic_000000000000008C_overloads--.html","DmtxImageDecoder.DecodeImageMosaic Method","/// returns a list of all decoded DataMatrix codes in the image provided\r\n /// that can be found in the given time span\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['15']=["topic_0000000000000022.html","LinearBarcode.MinimumPointWidth Property","/// Minimum point width for the given encoding value.\r\n ///"];
|
search_result['15']=["topic_0000000000000020.html","LinearBarcode.Image Property","/// Barcode image.\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['150']=["topic_0000000000000099_vars--.html","DmtxImageEncoderOptions Fields",""];
|
search_result['150']=["topic_000000000000008D.html","DmtxImageDecoder.DecodeImage (Bitmap, Int32, TimeSpan) Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['151']=["topic_000000000000009A.html","DmtxImageEncoderOptions Constructor",""];
|
search_result['151']=["topic_000000000000008D_overloads--.html","DmtxImageDecoder.DecodeImage Method","/// returns a list of DataMatrix codes in the image provided that can be\r\n /// found in the given time span, but no more than maxResultCount codes\r\n /// (useful, if you e.g. expect only ..."];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['152']=["topic_000000000000009B.html","DmtxImageEncoderOptions.MarginSize Property",""];
|
search_result['152']=["topic_000000000000008E.html","DmtxImageEncoder Class",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['153']=["topic_000000000000009C.html","DmtxImageEncoderOptions.ModuleSize Property",""];
|
search_result['153']=["topic_000000000000008E_attached_props--.html","DmtxImageEncoder Attached Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['154']=["topic_000000000000009D.html","DmtxImageEncoderOptions.Scheme Property",""];
|
search_result['154']=["topic_000000000000008E_events--.html","DmtxImageEncoder Events",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['155']=["topic_000000000000009E.html","DmtxImageEncoderOptions.SizeIdx Property",""];
|
search_result['155']=["topic_000000000000008E_methods--.html","DmtxImageEncoder Methods",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['156']=["topic_000000000000009F.html","DmtxImageEncoderOptions.ForeColor Property",""];
|
search_result['156']=["topic_000000000000008E_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['157']=["topic_00000000000000A0.html","DmtxImageEncoderOptions.BackColor Property",""];
|
search_result['157']=["topic_000000000000008E_props--.html","DmtxImageEncoder Properties",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['158']=["topic_00000000000000A1.html","DmtxImageEncoderOptions.Encoding Property",""];
|
search_result['158']=["topic_000000000000008E_vars--.html","DmtxImageEncoder Fields",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['159']=["topic_00000000000000A2.html","EDOKA_BarcodeLib Namespace",""];
|
search_result['159']=["topic_000000000000008F.html","DefaultDotSize Field",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['16']=["topic_0000000000000023.html","LinearBarcode.ZplEncode Property",""];
|
search_result['16']=["topic_0000000000000021.html","LinearBarcode.Vectors Property","/// Barcode vectors.\r\n ///"];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['160']=["topic_00000000000000A3.html","EDOKA_Barcode Class",""];
|
search_result['160']=["topic_000000000000008F_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['161']=["topic_00000000000000A3_attached_props--.html","EDOKA_Barcode Attached Properties",""];
|
search_result['161']=["topic_0000000000000090.html","DefaultMargin Field",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['162']=["topic_00000000000000A3_events--.html","EDOKA_Barcode Events",""];
|
search_result['162']=["topic_0000000000000090_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['163']=["topic_00000000000000A3_methods--.html","EDOKA_Barcode Methods",""];
|
search_result['163']=["topic_0000000000000091.html","DefaultBackColor Field",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['164']=["topic_00000000000000A3_props--.html","EDOKA_Barcode Properties",""];
|
search_result['164']=["topic_0000000000000091_overloads--.html","DmtxImageEncoder.EncodeImage Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['165']=["topic_00000000000000A3_vars--.html","EDOKA_Barcode Fields",""];
|
search_result['165']=["topic_0000000000000092.html","DefaultForeColor Field",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['166']=["topic_00000000000000A4.html","EDOKA_Barcode.Get_LinerBarcode Method",""];
|
search_result['166']=["topic_0000000000000092_overloads--.html","DmtxImageEncoder.EncodeSvgImage Method",""];
|
||||||
@@ -1 +1 @@
|
|||||||
search_result['167']=["topic_00000000000000A5.html","EDOKA_Barcode.Get_LinerBarcodeAsBase64 Method",""];
|
search_result['167']=["topic_0000000000000093.html","DmtxImageEncoder.EncodeImageMosaic (String) Method",""];
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user