Sort Score
Result 10 results
Languages All
Labels All
Results 591 - 600 of 4,952 for

values

(1.8 sec)
  1. Search for Metadata e-Signatures | GroupDocs

    This article explains how to search for metadata electronic signatures within document pages using GroupDocs.Signature for Python via .NET API....) print ( f "Value: { metadata_signature . value } " ) Advanced...metadata name search_options . value = "John Doe" # Search for specific...

    docs.groupdocs.com/signature/python-net/search-...
  2. Working with Form Fields | GroupDocs

    This article demonstrates how to load, edit, and read form fields in a Word document using GroupDocs.Editor for Java... getName ()+ ", value: " + textFormField . getValue...formField . getName ()+ ", value: " + checkBoxFormField . getValue...

    docs.groupdocs.com/editor/java/working-with-for...
  3. Fuzzy search | GroupDocs

    This article gives the knowledge about the fuzzy search definition, and its capabilities in GroupDocs.Search....used with the similarity level value of 0.5. This algorithm uses...algorithms are and . The default value is an instance of class with...

    docs.groupdocs.com/search/net/fuzzy-search/
  4. Traverse a whole metadata tree | GroupDocs

    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...
  5. Extracting metadata | GroupDocs

    Using the GroupDocs.Metadata search engine you can extract desired metadata properties from files of different types. You don’t need to worry about the exact file format and metadata standards it can deal with. The same code will work for all supported formats in the same way. Most commonly used metadata properties are marked with tags that allow searching them across all supported files in various metadata packages. All tags defined in GroupDocs...."Property name: %s, Property value: %s" , property . getName ()...having a specific type and value int year = Calendar . getInstance...

    docs.groupdocs.com/metadata/java/extracting-met...
  6. Converti SVG in PNG in Java - Grafica vettorial...

    Converti la grafica vettoriale SVG in immagini PNG usando Java. Ruota, capovolgi, filigrana, scala di grigi e regola la luminosità e la gamma dei PNG convertiti utilizzando l'API Java....setBrightness(int value) Contrast setContrast(int value) Modalità Flip...setFlipMode(ImageFlipModes value) Gamma setGamma(float value) Scala di grigi...

    blog.groupdocs.com/it/conversion/convert-svg-to...
  7. Преобразование SVG в PNG в Java - векторная гра...

    Преобразование векторной графики SVG в изображения PNG с помощью Java. Поворачивайте, переворачивайте, добавляйте водяные знаки, оттенки серого и настраивайте яркость и гамму преобразованного PNG с помощью Java API....setBrightness(int value) Контраст setContrast(int value) Режим переворота...setFlipMode(ImageFlipModes value) Гамма setGamma(float value) Оттенки серого...

    blog.groupdocs.com/ru/conversion/convert-svg-to...
  8. Konvertieren Sie SVG in PNG in Java - Vektorgra...

    Konvertieren Sie SVG-Vektorgrafiken mit Java in PNG-Bilder. Drehen, Spiegeln, Wasserzeichen, Graustufen und Anpassen von Helligkeit und Gamma von konvertiertem PNG mithilfe der Java-API....setBrightness(int value) Kontrast setContrast(int value) Flip-Modus...setFlipMode(ImageFlipModes value) Gamma setGamma(float value) Grayscale setGrayscale(boolean...

    blog.groupdocs.com/de/conversion/convert-svg-to...
  9. Extracting metadata | GroupDocs

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

    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...