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>LinearEncoder.EncodingFontFamily Property</title>
<title>LinearBarcode(String, String) Constructor</title>
<link rel="stylesheet" type="text/css" href="msdn2019/toc.css" />
<script src="msdn2019/toc.js"></script>
@@ -74,11 +74,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div id="mainBody">
<h1 class="title">LinearEncoder.EncodingFontFamily Property</h1>
<h1 class="title">LinearBarcode(String, String) Constructor</h1>
<div class="metadata">
Namespace:
<a href="topic_00000000000003E4.html">Barcoded</a>
<a href="topic_00000000000003FD.html">Barcoded</a>
@@ -89,8 +89,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<summary-info>/// The font to be used for the encoding label if shown.
/// Will default to the system default font, if not set.
<summary-info>/// Creates a barcode image from the declared value and desired symbology.
///</summary-info>
@@ -141,7 +140,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeVB">
<pre xml:space="preserve" class="brush: vb">Public Property EncodingFontFamily() As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily">FontFamily</a>&nbsp;<br /> Get&nbsp;<br /> </pre>
<pre xml:space="preserve" class="brush: vb">Public Sub New( _&nbsp;<br /> ByVal <i>barcodeValue</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>, _&nbsp;<br /> ByVal <i>symbology</i> As <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a> _&nbsp;<br />)</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -180,7 +179,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</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.drawing.fontfamily">FontFamily</a> EncodingFontFamily {get;}</pre>
<pre xml:space="preserve" class="brush: csharp">public LinearBarcode(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>barcodeValue</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a> <i>symbology</i>&nbsp;<br />)</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -220,7 +219,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeCpp">
<pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br />property <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily">FontFamily</a>^ EncodingFontFamily {&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily">FontFamily</a>^ get( );&nbsp;<br />}</pre>
<pre xml:space="preserve" class="brush: cpp">public: &nbsp;<br />LinearBarcode(&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>barcodeValue</i>,&nbsp;<br /> <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>^ <i>symbology</i>&nbsp;<br />) </pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -259,7 +258,7 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<div class="codeSnippetCode codeJScript">
<pre xml:space="preserve" class="brush: js">public function get EncodingFontFamily() : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily">FontFamily</a>;</pre>
<pre xml:space="preserve" class="brush: js">public function LinearBarcode(&nbsp;<br /> <i>barcodeValue</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>,&nbsp;<br /> <i>symbology</i> : <a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">String</a>&nbsp;<br />);</pre>
</div>
<div class="codeSnippetCode codeNA">
<pre xml:space="preserve">This language is not supported or no code example is available.</pre>
@@ -270,11 +269,36 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
</div>
<h4 class="subHeading">
Parameters</h4><dl paramName="barcodeValue" class="parameterList">
<dt>
<span class="parameter">
barcodeValue
</span>
</dt>
<dd>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
</dd>
</dl>
<p>
Barcode value string.
</p>
<dl paramName="symbology" class="parameterList">
<dt>
<span class="parameter">
symbology
</span>
</dt>
<dd>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.string">string</a>
</dd>
</dl>
<p>
Barcode symbology string.
</p>
<p />
<h4 class="subHeading">
Property Value</h4>
<a target="_top" href="https://docs.microsoft.com/en-us/dotnet/api/system.drawing.fontfamily">FontFamily</a>
@@ -294,6 +318,38 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<div class="section_container">
<div class="section_heading">
<span><a href="javascript:void(0)" title="Collapse" onclick="toggleSection(this);">Exceptions</a></span>
<div>&nbsp;</div>
</div>
<div id="exceptionsSection" class="section">
<table>
<tr>
<th>
Exception type
</th>
<th>
Condition
</th>
</tr>
<tr>
<td>
<p>
<a href="#">ArgumentNullException</a>
</p>
</td>
<td>
<p>
ArgumentNullException
</p>
</td>
</tr>
</table>
</div>
</div>
@@ -362,11 +418,11 @@ document.write(getCssCustomProperty('--headerTopCustomLineHtml'));
<div id="seeAlsoSection" class="section">
<div>
<a href="topic_000000000000040F.html">LinearEncoder Class</a><br />
<a href="topic_000000000000041A.html">LinearBarcode Class</a><br />
<a href="topic_00000000000003E4.html">Barcoded Namespace</a><br />
<a href="topic_00000000000003FD.html">Barcoded Namespace</a><br />