update 20241127
This commit is contained in:
@@ -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>DmtxImageDecoder.DecodeImage Method</title>
|
||||
<title>DmtxImageDecoder.DecodeImageMosaic Method</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -75,13 +75,12 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">DmtxImageDecoder.DecodeImage Method</h1>
|
||||
<h1 class="title">DmtxImageDecoder.DecodeImageMosaic Method</h1>
|
||||
<p />
|
||||
|
||||
|
||||
<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>/// returns a list of all decoded DataMatrix codes in the image provided
|
||||
/// that can be found in the given time span
|
||||
///</summary-info>
|
||||
|
||||
|
||||
@@ -104,7 +103,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000088.html">DecodeImage(Bitmap)</a>
|
||||
<a href="topic_000000000000008B.html">DecodeImageMosaic(Bitmap)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
@@ -117,7 +116,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_0000000000000089.html">DecodeImage(Bitmap, TimeSpan)</a>
|
||||
<a href="topic_000000000000008D.html">DecodeImageMosaic(Bitmap, TimeSpan)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
@@ -131,7 +130,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<a href="topic_000000000000008D.html">DecodeImage(Bitmap, int, TimeSpan)</a>
|
||||
<a href="topic_000000000000008C.html">DecodeImageMosaic(Bitmap, int, TimeSpan)</a>
|
||||
|
||||
</td>
|
||||
<td>
|
||||
@@ -160,11 +159,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<div id="seeAlsoSection" class="section">
|
||||
<div>
|
||||
<a href="topic_0000000000000087.html">DmtxImageDecoder Class</a><br />
|
||||
<a href="topic_0000000000000088.html">DmtxImageDecoder Class</a><br />
|
||||
|
||||
|
||||
|
||||
<a href="topic_0000000000000057.html">DataMatrix.net Namespace</a><br />
|
||||
<a href="topic_0000000000000058.html">DataMatrix.net Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user