Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change the gsonemode property #89

Open
kirgus opened this issue Jan 6, 2025 · 1 comment
Open

Change the gsonemode property #89

kirgus opened this issue Jan 6, 2025 · 1 comment
Labels

Comments

@kirgus
Copy link

kirgus commented Jan 6, 2025

How can I change this parameter when creating a datamatrix code?

There is no public property for setting this parameter.

/**
* Datamatrix variant (N=default, GS1=FNC1 codeword in first place)
*/
protected bool $gsonemode = false; // → true

CleanShot 2025-01-06 at 17 52 04@2x

@nicolaasuni
Copy link
Member

You can set it via the GS1 property as in these examples:
https://github.com/tecnickcom/tc-lib-barcode/blob/main/example/index.php#L67-L68

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants