StarMicronics.StarIOExtension.Desktop.StrongName 1.5.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package StarMicronics.StarIOExtension.Desktop.StrongName --version 1.5.0
NuGet\Install-Package StarMicronics.StarIOExtension.Desktop.StrongName -Version 1.5.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="StarMicronics.StarIOExtension.Desktop.StrongName" Version="1.5.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add StarMicronics.StarIOExtension.Desktop.StrongName --version 1.5.0
#r "nuget: StarMicronics.StarIOExtension.Desktop.StrongName, 1.5.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install StarMicronics.StarIOExtension.Desktop.StrongName as a Cake Addin
#addin nuget:?package=StarMicronics.StarIOExtension.Desktop.StrongName&version=1.5.0

// Install StarMicronics.StarIOExtension.Desktop.StrongName as a Cake Tool
#tool nuget:?package=StarMicronics.StarIOExtension.Desktop.StrongName&version=1.5.0

StarIOExtension exposes APIs for generating commands and monitoring status for Star printers.

Product Compatible and additional computed target framework versions.
.NET Framework net35 is compatible.  net40 was computed.  net403 was computed.  net45 was computed.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETFramework 3.5

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.8.0 236 4/27/2023
1.7.0 528 6/25/2020
1.6.0 481 10/29/2019
1.5.0 470 10/30/2019
1.4.0 454 10/30/2019

- Added features
               * Added AppendCjkUnifiedIdeographFont method.
                   It allows you to specify the priority of CJK integrated Kanji font in UTF-8.
                   Supported printer: TSP650II(JP2/TW) with firmware version 4.0 or later, mC-Print2 and mC-Print3
               * Added ExtMode which specifies the barcode mode (symbol width) conforming to
                   each command specification to BarcodeWidth enumeration.
           - Fixed Bugs
               * Fixed a bug where the image to be printed was moved twice the absolute position of
                   the position specified by the AppendBitmapWithAbsolutePosition method in ESC/POS emulation.
               * Fixed a bug that the print start position on the horizontal axis is not set
                   to the head of the line even if 0 is specified for the position in the
                   AppendBitmapWithAbsolutePosition method in page mode.
               * Fixed a bug that blank spaces at the bottom of bitmap entered by
                   AppendBitmap method are not printed when StarPRNT emulation is specified.