Sort Score
Result 10 results
Languages All
Labels All
Results 701 - 710 of 5,237 for

values

(0.23 sec)
  1. Custom cache implementation | GroupDocs

    This article explains how to use custom caching implementation with GroupDocs.Viewer within your .NET applications....>( string key , out TEntry value ) { var prefixedKey = GetPrefixedKey...redisValue ); value = ( TEntry ) data ; return true ; } value = default...

    docs.groupdocs.com/viewer/net/how-to-use-custom...
  2. Scan QR Code | GroupDocs

    This article shows how to scan QR Code in .Net with GroupDocs.Parser with few lines of code from image, document or other file format like PDF, Email, Ebook, Words, and others....collection and get a barcode value. The following example shows...qrcode value Console . WriteLine ( "Value: " + qrcode . Value );...

    docs.groupdocs.com/parser/net/scan-qr-code/
  3. Individual Series Point Coloring in Spreadsheet...

    Note This feature is supported by version 18.5 or greater. Note The code uses some of the objects defined in The Business Layer. Individual Series Point Coloring in Spreadsheet Document Please follow below steps to can create Pie Chart in MS Excel 2013. Add a new Workbook Click on the workbook where you want to insert the chart, click the “Insert” tab, and then click “Pie Chart Icon” in the charts group A drop-down with charts will appear, select the “Pie” and press “OK” to insert the chart Click on the chart you just inserted, then click the “Change Data” icon in Data group Now add legend entries....indicate customer name with value (price of the orders purchased)...color expression must return a value of one of the following types:...

    docs.groupdocs.com/assembly/java/individual-ser...
  4. Working with data extracted by template | Group...

    Extracted data are stored in the instance of DocumentData class.... The value of the field. The linked field...Depending on the type of the value it can contain the instance...

    docs.groupdocs.com/parser/java/working-with-dat...
  5. Converter SVG para PNG em Java - Gráficos vetor...

    Converta gráficos vetoriais SVG em imagens PNG usando Java. Gire, inverta, marca d'água, escala de cinza e ajuste o brilho e a gama do PNG convertido usando a API Java....setBrightness(int value) Contraste setContrast(int value) Modo Inverter...setFlipMode(ImageFlipModes value) Gamma setGamma(float value) Grayscale setGrayscale(boolean...

    blog.groupdocs.com/pt/conversion/convert-svg-to...
  6. Image search options | GroupDocs

    This article describes the image search options that can be specified in an instance of the ImageSearchOptions class....The default value of the property is 5. The value must be in the...search request. The default value is 1000. SearchDocumentFilter...

    docs.groupdocs.com/search/net/image-search-opti...
  7. Working with templates | GroupDocs

    Complete guide to creating and using templates for structured data extraction with GroupDocs.Parser for .NET. Learn template-based extraction for invoices, forms, and documents in C#....name and optional page index - value that represents the index of...The page index. An integer value that represents the index of...

    docs.groupdocs.com/parser/net/working-with-temp...
  8. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the feature of the GroupDocs.Editor for Python via .NET - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format... By default it has a None value, which means that no worksheets...property should have a [1, 4] value. With the worksheet removal...

    docs.groupdocs.com/editor/python-net/deleting-w...
  9. Deleting worksheets from spreadsheet | GroupDocs

    This article describes the new feature of the GroupDocs.Editor for Java version 26.1 - deleting (removing) one or many worksheets from the loaded and edited spreadsheet (workbook) during its saving to the output format... By default it has a null value, which means that no worksheets...should have a new int[2] {1, 4} value. With the new worksheet removal...

    docs.groupdocs.com/editor/java/deleting-workshe...
  10. Extract text areas | GroupDocs

    This article explains that how to extract text areas from documents in Java.... The value of the text area. The base line...index, rectangle and text area value: System . out . println ( String...

    docs.groupdocs.com/parser/java/extract-text-areas/