update 20240812

This commit is contained in:
Stefan Hutter
2024-08-12 16:35:06 +02:00
parent 43c44e0aad
commit fc8811829d
7922 changed files with 205978 additions and 91947 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>DmtxImageDecoder Methods</title>
<title>LinearBarcode Methods</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -75,11 +75,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">DmtxImageDecoder Methods</h1>
<h1 class="title">LinearBarcode Methods</h1>
<p />
<p>
The following tables list the members exposed by the
<a href="topic_000000000000041A.html">DmtxImageDecoder</a>
<a href="topic_000000000000041A.html">LinearBarcode</a>
type.
</p>
@@ -107,174 +107,26 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000041B.html">DecodeImage(Bitmap)</a>
</td>
<td>
/// returns a list of all decoded DataMatrix codes in the image provided
///
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000041C.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 class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_0000000000000420.html">DecodeImage(Bitmap, int, TimeSpan)</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>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000041D.html">DecodeImageMosaic(Bitmap)</a>
</td>
<td>
/// returns a list of all decoded DataMatrix codes in the image provided
///
</td>
</tr>
<tr class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000041F.html">DecodeImageMosaic(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 class="
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a href="topic_000000000000041E.html">DecodeImageMosaic(Bitmap, int, TimeSpan)</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>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.equals">Equals(Object)</a>
<a href="topic_0000000000000425.html">GetHumanReadablePositions()</a>
</td>
<td>
Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
/// Get a list of available human readable text positions.
///
</td>
</tr>
@@ -287,27 +139,24 @@ Bestimmt, ob das angegebene Objekt mit dem aktuellen Objekt identisch ist.
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
<img alt="Static" title="Static" src="msdn2019/static.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.finalize">Finalize</a>
<a href="topic_0000000000000424.html">GetSymbologies()</a>
</td>
<td>
Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere Bereinigungen durchzuführen, bevor es von der Garbage Collection freigegeben wird.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
/// Get a list of available barcode symbologies.
///
</td>
</tr>
@@ -320,7 +169,6 @@ Gibt einem Objekt Gelegenheit zu dem Versuch, Ressourcen freizugeben und andere
<tr class="
inheritedMember
">
@@ -331,13 +179,12 @@ inheritedMember
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gethashcode">GetHashCode</a>
<a href="topic_0000000000000427.html">Rotate(Image, int)</a>
</td>
<td>
Fungiert als die Standardhashfunktion.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
@@ -350,7 +197,6 @@ Fungiert als die Standardhashfunktion.
<tr class="
inheritedMember
">
@@ -361,76 +207,13 @@ inheritedMember
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.gettype">GetType</a>
<a href="topic_0000000000000426.html">SaveImage(string)</a>
</td>
<td>
Ruft den <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.type">Type</a> der aktuellen Instanz ab.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Protected method" title="Protected method" src="msdn2019/protmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.memberwiseclone">MemberwiseClone</a>
</td>
<td>
Erstellt eine flache Kopie des aktuellen <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
</td>
</tr>
<tr class="
inheritedMember
">
<td>
<img alt="Public method" title="Public method" src="msdn2019/pubmethod.png"></img>
</td>
<td>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object.tostring">ToString</a>
</td>
<td>
Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.
(inherited from <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.object">Object</a>).
/// Provides a byte array version of the barcode image in the declared format for saving to file.
///
</td>
</tr>
@@ -462,10 +245,6 @@ Gibt eine Zeichenfolge zurück, die das aktuelle Objekt darstellt.
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Extension Methods</a></span>
@@ -496,13 +275,13 @@ inheritedMember
</td>
<td>
<a href="topic_00000000000002DF.html">NameOf(this object)</a>
<a href="topic_000000000000033D.html">NameOf(this object)</a>
</td>
<td>
(Defined by <a target="_top" href="topic_00000000000002DD.html" onclick="this.target='';return true;">NLogHelper</a>).
(Defined by <a target="_top" href="topic_000000000000033B.html" onclick="this.target='';return true;">NLogHelper</a>).
</td>
</tr>
@@ -527,8 +306,8 @@ inheritedMember
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_000000000000041A.html">DmtxImageDecoder Class</a><br />
<a href="topic_00000000000003EA.html">DataMatrix.net Namespace</a><br />
<a href="topic_000000000000041A.html">LinearBarcode Class</a><br />
<a href="topic_00000000000003FD.html">Barcoded Namespace</a><br />