Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 2,488 for

code39

(0.09 sec)
  1. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_ErrorCorrectionLevel method. Gets or sets an error correction level of QR Code. Valid values are [0, 3] in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  2. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_DisplayText method. Gets or sets whether to display barcode data (text) along with image in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  3. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_SymbolRotation method. Gets or sets the rotation of the barcode symbol. Valid values are [0, 3] in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  4. Regression - BaseEncodeType.Code39Extended is n...

    The supported symbologies in the documentation include Code39Standard, but it has stopped working in Aspose.BarCode versions 24.8.0 and 24.9.0 for .NET. var encodeType = “Code39Extended”; // The following returns null …...replaced Code39Standard to Code39 as it is defined in ISO/IEC...as full ASCII support over Code39. These changes are already...

    forum.aspose.com/t/regression-baseencodetype-co...
  5. FieldDisplayBarcode - Aspose.Words for Java - A...

    Detailed explanation & examples of Aspose.Words for Java classes & methods. Generate, convert, modify, render and print Word documents using Java....writeln(); // 3 - CODE39 barcode: field = (FieldDisplayBarcode)...true); field.setBarcodeType("CODE39"); field.setBarcodeValue("12345ABCDE");...

    reference.aspose.com/words/java/com.aspose.word...
  6. FieldDisplayBarcode.ErrorCorrectionLevel | Aspo...

    FieldDisplayBarcode 财产. 获取或设置二维码的纠错级别有效值为 0 3.... Writeln (); // 3 - CODE39 条形码: field = ( FieldDisplayBarcode...true ); field . BarcodeType = "CODE39" ; field . BarcodeValue = "12345ABCDE"...

    reference.aspose.com/words/zh/net/aspose.words....
  7. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_BackgroundColor method. Gets or sets the background color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF] in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  8. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_ForegroundColor method. Gets or sets the foreground color of the barcode symbol. Valid values are in the range [0, 0xFFFFFF] in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  9. Aspose::Words::Fields::FieldDisplayBarcode::get...

    Aspose::Words::Fields::FieldDisplayBarcode::get_SymbolHeight method. Gets or sets the height of the symbol. The units are in TWIPS (1/1440 inch) in C++....builder -> Writeln (); // 3 - CODE39 barcode: field = System ::...field -> set_BarcodeType ( u "CODE39" ); field -> set_BarcodeValue...

    reference.aspose.com/words/cpp/aspose.words.fie...
  10. BarCodeReader | Aspose.BarCode for .NET API 参考

    使用默认值初始化BarCodeReaderaspose.barcode.barcoderecognition/barcodereader类的新实例 在调用 ReadBarCodes 方法之前需要设置图像 SetBitmapImage...BarCodeReader () 例子 此示例展示了如何检测 Code39 和 Code128 条码。 [C#] using (...Bitmap 包含图像的位图实例 例子 此示例展示了如何检测 Code39 和 Code128 条码。 [C#] using (...

    reference.aspose.com/barcode/zh/net/aspose.barc...