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
@@ -461,16 +461,16 @@ public virtual int GetOptions() {
461
461
/// <CODE>DM_RAW</CODE> - no encodation. The bytes provided are already encoded and will be added directly to the barcode, using padding if needed. It assumes that the encodation state is left at ASCII after the last byte.<br />
462
462
/// <br />
463
463
/// One of:<br />
464
-
/// <CODE>DM_EXTENSION</CODE> - allows extensions to be embedded at the start of the text:<p>
464
+
/// <CODE>DM_EXTENSION</CODE> - allows extensions to be embedded at the start of the text:<para />
465
465
/// exxxxxx - ECI number xxxxxx<br />
466
466
/// m5 - macro 5<br />
467
467
/// m6 - macro 6<br />
468
468
/// f - FNC1<br />
469
469
/// saabbccccc - Structured Append, aa symbol position (1-16), bb total number of symbols (2-16), ccccc file identification (0-64515)<br />
470
470
/// p - Reader programming<br />
471
-
/// . - extension terminator<p>
472
-
/// Example for a structured append, symbol 2 of 6, with FNC1 and ECI 000005. The actual text is "Hello".<p>
473
-
/// s020600075fe000005.Hello<p>
471
+
/// . - extension terminator<para />
472
+
/// Example for a structured append, symbol 2 of 6, with FNC1 and ECI 000005. The actual text is "Hello".<para />
473
+
/// s020600075fe000005.Hello<para />
474
474
/// One of:<br />
475
475
/// <CODE>DM_TEST</CODE> - doesn't generate the image but returns all the other information.
0 commit comments