Update nach EDK-Read
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 (Bitmap, TimeSpan) Method</title>
|
||||
<title>DmtxScheme Enumeration</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
|
||||
<script src="msdn2019/toc.js"></script>
|
||||
@@ -74,24 +74,21 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
|
||||
<div id="mainBody">
|
||||
<h1 class="title">DmtxImageDecoder.DecodeImage (Bitmap, TimeSpan) Method</h1>
|
||||
<h1 class="title">DmtxScheme Enumeration</h1>
|
||||
|
||||
<div class="metadata">
|
||||
Namespace:
|
||||
<a href="topic_00000000000003EA.html">DataMatrix.net</a>
|
||||
<a href="topic_00000000000003F6.html">DataMatrix.net</a>
|
||||
|
||||
|
||||
|
||||
|
||||
<br />Assembly: EDOKA_BarcodeLib (in EDOKA_BarcodeLib.dll)
|
||||
<br />Assembly: BarcodeLib (in BarcodeLib.dll)
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<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>
|
||||
|
||||
|
||||
|
||||
@@ -101,287 +98,185 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div id="syntaxSection" class="section">
|
||||
|
||||
|
||||
<div id="syntaxCodeBlocks">
|
||||
<div class="codeSnippetContainer">
|
||||
<div class="codeSnippetTabs">
|
||||
<div class="codeSnippetTabLeftCornerActive">
|
||||
</div>
|
||||
<div class="codeSnippetTab csFirstTab csActiveTab codeVB">
|
||||
<a>VB</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeFsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCpp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
|
||||
</div>
|
||||
<div class="codeSnippetTabRightCorner">
|
||||
</div>
|
||||
<div style="clear:both;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCodeCollection">
|
||||
<div class="codeSnippetToolbar">
|
||||
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeVB">
|
||||
<pre xml:space="preserve" class="brush: vb">Public Function DecodeImage( _ <br /> ByVal <i>image</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmap">Bitmap</a>, _ <br /> ByVal <i>timeSpan</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.timespan">TimeSpan</a> _ <br />) As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1">List</a>(Of <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>)</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetContainer">
|
||||
<div class="codeSnippetTabs">
|
||||
<div class="codeSnippetTabLeftCorner">
|
||||
</div>
|
||||
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
|
||||
<a>VB</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csActiveTab codeCsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeFsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCpp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
|
||||
</div>
|
||||
<div class="codeSnippetTabRightCorner">
|
||||
</div>
|
||||
<div style="clear:both;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCodeCollection">
|
||||
<div class="codeSnippetToolbar">
|
||||
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCsharp">
|
||||
<pre xml:space="preserve" class="brush: csharp">public <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1">List</a><<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>> DecodeImage( <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmap">Bitmap</a> <i>image</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.timespan">TimeSpan</a> <i>timeSpan</i> <br />)</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="codeSnippetContainer">
|
||||
<div class="codeSnippetTabs">
|
||||
<div class="codeSnippetTabLeftCorner">
|
||||
</div>
|
||||
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
|
||||
<a>VB</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeFsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csActiveTab codeCpp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csLastTab csNaTab codeJScript">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
|
||||
</div>
|
||||
<div class="codeSnippetTabRightCorner">
|
||||
</div>
|
||||
<div style="clear:both;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCodeCollection">
|
||||
<div class="codeSnippetToolbar">
|
||||
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeCpp">
|
||||
<pre xml:space="preserve" class="brush: cpp">public: <br /><a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1">List</a><<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^>^ DecodeImage( <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmap">Bitmap</a>^ <i>image</i>, <br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.timespan">TimeSpan</a> <i>timeSpan</i> <br />) </pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetContainer">
|
||||
<div class="codeSnippetTabs">
|
||||
<div class="codeSnippetTabLeftCorner">
|
||||
</div>
|
||||
<div class="codeSnippetTab csFirstTab csNaTab codeVB">
|
||||
<a>VB</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Csharp');">C#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeFsharp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Fsharp');">F#</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csNaTab codeCpp">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('Cpp');">C++</a>
|
||||
</div>
|
||||
<div class="codeSnippetTab csActiveTab csLastTab codeJScript">
|
||||
<a href="javascript: CodeSnippet_SetLanguage('JScript');">JScript</a>
|
||||
</div>
|
||||
<div class="codeSnippetTabRightCornerActive">
|
||||
</div>
|
||||
<div style="clear:both;">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCodeCollection">
|
||||
<div class="codeSnippetToolbar">
|
||||
<a title="Copy to clipboard." href="javascript:void(0)" onclick="CopyCode(this);">Copy</a>
|
||||
</div>
|
||||
|
||||
<div class="codeSnippetCode codeJScript">
|
||||
<pre xml:space="preserve" class="brush: js">JScript does not support generic types and methods.</pre>
|
||||
</div>
|
||||
<div class="codeSnippetCode codeNA">
|
||||
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<h4 class="subHeading">
|
||||
Parameters</h4><dl paramName="image" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
image
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.bitmap">Bitmap</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
<dl paramName="timeSpan" class="parameterList">
|
||||
<dt>
|
||||
<span class="parameter">
|
||||
timeSpan
|
||||
</span>
|
||||
</dt>
|
||||
<dd>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.timespan">TimeSpan</a>
|
||||
</dd>
|
||||
</dl>
|
||||
<p>
|
||||
|
||||
</p>
|
||||
|
||||
<p />
|
||||
|
||||
<h4 class="subHeading">
|
||||
Return Value</h4>
|
||||
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.collections.generic.list-1">List</a><<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Applies to</a></span>
|
||||
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Fields</a></span>
|
||||
<div> </div>
|
||||
</div>
|
||||
|
||||
<div id="frameworksSection" class="section">
|
||||
<h4 class="subHeading">.NET Framework</h4>Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8<br />
|
||||
<div id="FieldsSection" class="section">
|
||||
<table class="memberListTable enumItemsListTable">
|
||||
<tr>
|
||||
<th></th>
|
||||
<th>
|
||||
Name
|
||||
</th>
|
||||
<th>
|
||||
Value</th>
|
||||
<th>
|
||||
Description
|
||||
</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeAscii
|
||||
</td>
|
||||
<td>
|
||||
0
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeAsciiGS1
|
||||
</td>
|
||||
<td>
|
||||
6
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeAutoBest
|
||||
</td>
|
||||
<td>
|
||||
-1
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeAutoFast
|
||||
</td>
|
||||
<td>
|
||||
-2
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeBase256
|
||||
</td>
|
||||
<td>
|
||||
5
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeC40
|
||||
</td>
|
||||
<td>
|
||||
1
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeEdifact
|
||||
</td>
|
||||
<td>
|
||||
4
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeText
|
||||
</td>
|
||||
<td>
|
||||
2
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td></td>
|
||||
<td>
|
||||
DmtxSchemeX12
|
||||
</td>
|
||||
<td>
|
||||
3
|
||||
</td>
|
||||
<td>
|
||||
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="section_container">
|
||||
<div class="section_heading">
|
||||
@@ -391,11 +286,8 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
|
||||
<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_00000000000003F6.html">DataMatrix.net Namespace</a><br />
|
||||
|
||||
|
||||
|
||||
@@ -421,4 +313,3 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user