G
G
Garipov722013-12-04 15:09:08
C++ / C#
Garipov72, 2013-12-04 15:09:08

How to generate Code 128B in C# .NET 4.5?

Good evening, dear colleagues.
Please help me with some C# code.
I am writing a small program for the needs of my organization, the task was to generate Code 128B, third-party DLLs are all paid, so I decided to look for a C # generation option, and found an example on Habré. the problem is that neither I nor my compiler understands the line:
Draw(ref g, code.output);
and
Draw(ref h, code.output);
no experience with graphics.
Tell me how to generate Code 128?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Andrey Ovsyankin, 2013-12-04
@EvilBeaver

Have you looked in the comments, for example?
Maybe this will work: www.codeproject.com/Articles/14409/GenCode128-A-Co...

G
Garipov72, 2013-12-05
@Garipov72

Thanks for advice, but in VS2012 the source code does not want to be collected.

T
Teacher, 2013-12-05
@Teacher

I have a feeling that DrawString is being called there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question