You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both APIs can produce the same physical barcode if the final standardized payload is already known. However, only `ComplexBarcodeGenerator` lets the application work with a typed Complex Barcode object instead of manually building the standardized text.
62
+
Both APIs can produce a barcode with the same encoded payload if the final standardized codetext is already known. However, only `ComplexBarcodeGenerator` lets the application work with a typed Complex Barcode object instead of manually building the standardized text.
63
63
64
64
## Encoding an already constructed payload
65
65
@@ -91,7 +91,7 @@ Use `ComplexBarcodeGenerator` when:
91
91
- the barcode represents a supported Complex Barcode standard;
92
92
- the application should work with typed business fields;
93
93
- the standardized payload should be constructed by Aspose.BarCode;
94
-
- the same data must later be decoded back into a typed object.
94
+
- the encoded data may later need to be decoded back into a typed object.
0 commit comments