Sort Score
Result 10 results
Languages All
Labels All
Results 531 - 540 of 4,159 for

values

(0.05 sec)
  1. Set metadata properties | Documentation

    The SetProperties method is used to update or add metadata. You can easily add metadata to photos, pdfs or you can update or add data to mp3 files....the specified predicate its value is updated. If there is a known...metadata properties Specify a value you would like to add to existing...

    docs.groupdocs.com/metadata/python-net/set-meta...
  2. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree..."Name: {0}, Value: {1}" , property . Name , property . Value ); Console...property . Value != null ) { switch ( property . Value . Type )...

    docs.groupdocs.com/metadata/net/traverse-a-whol...
  3. Extracting metadata | Documentation

    This article shows how to extract metadata properties from your files in C# .NET solution programmatically with GroupDocs.Metadata for .NET... Value ); } } } } Extracting Metadata...Metadata Properties By Type And Value foreach ( string file in Directory...

    docs.groupdocs.com/metadata/net/extracting-meta...
  4. Custom cache implementation | Documentation

    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...
  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. Working with data extracted by template | Docum...

    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...
  7. Working with templates | Documentation

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....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/java/working-with-tem...
  8. Individual Series Point Coloring in Presentatio...

    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 Presentation Document Creating a Pie Chart Please follow below steps to can create Pie Chart in MS PowerPoint 2013: Add a new presentation slide Click the “Insert” tab, and then click “Chart” in the illustrations group to open the “Insert Chart” dialog box Select “Pie” Preview “Pie” and press OK to insert the chart and Worksheet template to your document Edit the Worksheet with your data to update the chart....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...
  9. قم بتحويل SVG إلى PNG في Java - Vector Graphics...

    قم بتحويل رسومات SVG المتجهة إلى صور PNG باستخدام Java. قم بالتدوير والوجه والعلامة المائية والتدرج الرمادي وضبط السطوع وجاما لـ PNG المحولة باستخدام Java API....setBrightness(int value) التباين setContrast(int value) وضع الانعكاس...setFlipMode(ImageFlipModes value) جاما setGamma(float value) تدرج الرمادي...

    blog.groupdocs.com/ar/conversion/convert-svg-to...
  10. Implement thread-safe cache for GroupDocs.Viewe...

    This article explains how to make cache thread safe with GroupDocs.Viewer within your .NET applications....implementation of a dictionary of key-value pairs. Implement the ThreadSafeCache...void Set ( string key , object value ) { lock ( _keyLockerStore ...

    docs.groupdocs.com/viewer/net/implement-thread-...