Update 20240807 - nach NUGET-Update Syncfusion

This commit is contained in:
Stefan Hutter
2024-08-07 09:25:01 +02:00
parent 749b1e89ed
commit 77d5c661f7
8681 changed files with 5340624 additions and 1740134 deletions

View File

@@ -4,7 +4,7 @@
<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>DmtxImageEncoder.EncodeImageMosaic Method</title>
<title>DmtxImageDecoder.DecodeImage Method</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -38,7 +38,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
</div>
<div id="header-top-container2">
<div id="runningHeaderText">EDOKA_BarcodeLib Reference</div>
<div id="runningHeaderText">BarcodeLib Reference</div>
<div id="search-bar-container">
<form id="search-bar" action="search--.html">
@@ -75,11 +75,14 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">DmtxImageEncoder.EncodeImageMosaic Method</h1>
<h1 class="title">DmtxImageDecoder.DecodeImage Method</h1>
<p />
<summary-info></summary-info>
<summary-info>/// returns a list of DataMatrix codes in the image provided that can be
/// found in the given time span, but no more than maxResultCount codes
/// (useful, if you e.g. expect only one code to be in the image)
///</summary-info>
<div class="section_container">
@@ -101,48 +104,42 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<tr>
<td>
<a href="topic_000000000000008A.html">EncodeImageMosaic(string)</a>
<a href="topic_0000000000000088.html">DecodeImage(Bitmap)</a>
</td>
<td>
/// returns a list of all decoded DataMatrix codes in the image provided
///
</td>
</tr>
<tr>
<td>
<a href="topic_000000000000008D.html">EncodeImageMosaic(string, DmtxImageEncoderOptions)</a>
<a href="topic_0000000000000089.html">DecodeImage(Bitmap, TimeSpan)</a>
</td>
<td>
/// returns a list of all decoded DataMatrix codes in the image provided
/// that can be found in the given time span
///
</td>
</tr>
<tr>
<td>
<a href="topic_000000000000008B.html">EncodeImageMosaic(string, int)</a>
<a href="topic_000000000000008D.html">DecodeImage(Bitmap, int, TimeSpan)</a>
</td>
<td>
</td>
</tr>
<tr>
<td>
<a href="topic_000000000000008C.html">EncodeImageMosaic(string, int, int)</a>
</td>
<td>
/// returns a list of DataMatrix codes in the image provided that can be
/// found in the given time span, but no more than maxResultCount codes
/// (useful, if you e.g. expect only one code to be in the image)
///
</td>
</tr>
@@ -163,11 +160,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_0000000000000085.html">DmtxImageEncoder Class</a><br />
<a href="topic_0000000000000087.html">DmtxImageDecoder Class</a><br />
<a href="topic_000000000000004E.html">DataMatrix.net Namespace</a><br />
<a href="topic_0000000000000057.html">DataMatrix.net Namespace</a><br />