EPSON OPOS ADK for .NET Sample Program

Device:   Line/Graphic Display


Step 1 Display characters.(C# Sample, VB.NET Sample)

When using Display Text method, display characters on the display.

New Method

Open, Claim, Release, Close, ClearText, DisplayText

New Property

DeviceEnabled

 

 

Step 2 Display and acquire characters at a specified position. (C# Sample, VB.NET Sample)

A display and acquisition of the character to the specified position. Display characters at the specified position.

New Method

DisplayTextAt

New Property

CursorColumn, CursorRow

 

 

Step 3 Display blinking characters.(C# Sample, VB.NET Sample)

Catch the user's attention by displaying blinking characters.

New Method

 

New Property

BlinkRate

 

 

Step 4 Display in a teletype mode.(C# Sample, VB.NET Sample)

Display characters in a teletype mode using the InterCharacterWait property.

New Method

 

New Property

InterCharacterWait

 

 

Step 5 Scroll displayed characters.(C# Sample, VB.NET Sample)

Moves the displayed strings as specified counts.

New Method

ScrollText

New Property

 

 

 

Step 6 Make a window to display in a marquee mode.(C# Sample, VB.NET Sample)

Make a window to display characters in a marquee mode.

New Method

CreateWindow, DestroyWindow

New Property

MarqueeFormat, MarqueeType, MarqueeRepeatWait, MarqueeUnitWait

 

 

Step 7 Adding error handlers.(C# Sample, VB.NET Sample)

If error handlers are added, the display operation is limited.

New Method

 

New Property

 

 

 

Step 8 Set the various kinds of characters.(C# Sample, VB.NET Sample)

When using the EPSON original escape commands, display various kinds of characters.(Supports only for Graphic Display.)

New Method

ClearText

New Property

 

 

 

Step 9 Display bitmaps.(C# Sample, VB.NET Sample)

When using the DirectIO, display bitmaps. (Supports only for GraphicDisplay)

New Method

DirectIO

New Property

 

 

 

Step 10 External character registration.(C# Sample, VB.NET Sample)

When using the DefineGlyph, External character registration.

New Method

DefineGlyph

New Property

CustomGlyphList, GlyphHeight, GlyphWidth

 

 

Step 11 Obtains the statistics of the device.(C# Sample, VB.NET Sample)

Obtains the statistics of the device.

New Method

RetrieveStatistics

New Property

CapStatisticsReporting

 

 

Step 12 Display full-color images and barcodes.(C# Sample, VB.NET Sample)

When using the DirectIO, Display images and barcodes.
This sample program supports DM-D70.

New Method

 

New Property