Sort Score
Result 10 results
Languages All
Labels All
Results 901 - 910 of 4,305 for

values

(0.04 sec)
  1. Pindai Kode QR Daring | Pemindaian Kode QR meng...

    Pindai kode QR online. Pindai gambar Kode QR dan pindai menggunakan kamera. Kami juga akan membahas cara memindai kode QR secara terprogram menggunakan C# & Java....CodeTypeName +" Code Value: " + barcode.Value); } } Anda dapat memperoleh...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/id/parser/scan-qr-code-online/
  2. Watermark Tiling trong Python: 7 Ví dụ Để Bảo V...

    Làm chủ watermark tiling Python với 7 ví dụ thực tiễn. Tìm hiểu cách thêm, tạo và tùy chỉnh watermark cho an ninh tài liệu, loại bỏ watermark, và bảo vệ tệp với API GroupDocs.Watermark để bảo vệ nội dung doanh nghiệp.... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/vi/watermark/tiling-watermar...
  3. Editar y gestionar metadatos en aplicaciones de...

    Descubre cómo utilizar GroupDocs.Metadata for Python via .NET para extraer, actualizar y eliminar metadatos en tus aplicaciones....interpreted_value if not (property . interpreted_value is None ):...propiedad: { property . interpreted_value } " ) else : print( f "Nombre...

    blog.groupdocs.com/es/metadata/edit-metadata-in...
  4. Reduce image quality | Documentation

    Compress images in PDF files to reduce size. Adjust image quality (0-100%) using the GroupDocs.Viewer Python API.... It is a quality value in percent. 100% means original...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  5. Add password to PDF with permissions | Document...

    This article explains how to add password for PDF document with permissions using GroupDocs.Merger for .NET....Permissions property with enum value of ; Instantiate object with...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/merger/net/add-password-to-p...
  6. Pie Chart in Spreadsheet Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Spreadsheet Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Excel Document Creating a Pie Chart Please follow below steps to create Pie Chart in MS Excel 2013. Add a new Workbook. Click in the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group....indicate manager name with value (price of the contract). Report...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-s...
  7. Pie Chart in Word Processing Document | Documen...

    Note In this article, we will use GroupDocs.Assembly to generate a Pie Chart report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Pie Chart in Microsoft Word Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS Word 2013. Click in the document where you want to insert the chart, click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box....indicate manager name with value (price of the contract). Report...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/pie-chart-in-w...
  8. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....INLINE_ERROR_MESSAGES is applied, a Boolean value returned by a DocumentAssembler...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  9. Extract table of contents from EPUB eBooks | Do...

    How to extract table of contents from EPUB e-books getToc method is used....Warning method returns null value if table of contents extraction...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-table-of...
  10. Use redaction callback | Documentation

    In order to reject specific changes during redaction process or to keep a full log of changes in the document, you need to set Redactor.RedactionCallback property, to a class implementing IRedactionCallback interface. The interface contains only one method, AcceptRedaction, which receives detailed information about proposed redaction and returns Boolean value, accepted or not. Below, we create a callback class, dumping changes to system console: public class RedactionDump implements IRedactionCallback { public RedactionDump() { } public boolean acceptRedaction(RedactionDescription description) { System....redaction and returns Boolean value, accepted or not. Below, we...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/redaction/java/use-redaction...