Sort Score
Result 10 results
Languages All
Labels All
Results 891 - 900 of 2,332 for

detection

(0.11 sec)
  1. TextEditOptions.RecognizeLists Property - Group...

    Allows to specify how numbered list items are recognized when document is imported from plain text format. The default value is true....lists recognition algorithm detects list paragraphs, when list...

    apireference.groupdocs.com/editor/net/groupdocs...
  2. ContainerItem Class - GroupDocs.Parser for .NET...

    Represents a container item like Zip archive entity, email attachment, PDF Portfolio item and so on....Description DetectFileType Detects a file type of the container...

    apireference.groupdocs.com/parser/net/groupdocs...
  3. PresentationInspectionPackage Class - GroupDocs...

    Contains information about presentation parts that can be considered as metadata in some cases....ClearComments Removes all detected user comments from the presentation...ClearHiddenSlides Removes all detected hidden slides from the presentation...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. Working with metadata in GIF images | Documenta...

    Detecting the GIF version The following sample of code will help you to detect the version of a loaded GIF image and extract some additional file format information. Load a GIF image Extract the root metadata package Use the getGifImageType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.image.gif.GifReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputGif)) { GifRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getGifImageType().getFileFormat()); System.out.println(root.getGifImageType().getVersion()); System.out.println(root.getGifImageType().getByteOrder()); System.out.println(root.getGifImageType().getMimeType()); System.out.println(root.getGifImageType().getExtension()); System.out.println(root.getGifImageType().getWidth()); System.out.println(root.getGifImageType().getHeight()); } Working with XMP Metadata GroupDocs....GIF images Leave feedback Detecting the GIF version The following...sample of code will help you to detect the version of a loaded GIF...

    docs.groupdocs.com/metadata/java/working-with-m...
  5. GitHub - groupdocs-comparison/GroupDocs.Compari...

    GroupDocs.Comparison for Node.js via Java examples, plugins and showcase projects - GitHub - groupdocs-comparison/GroupDocs.Comparison-for-Node.js-via-Java: GroupDocs.Comparison for Node.js via Java examples, plugins and showcase projects...Comparator API Features Compare and detect differences among similar documents...categories. Visual separation of detected changes with the ability to...

    github.com/groupdocs-comparison/GroupDocs.Compa...
  6. Security Overview · groupdocs-signature/GroupDo...

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....Security No security policy detected This project has not set up...

    github.com/groupdocs-signature/GroupDocs.Signat...
  7. Security Overview · groupdocs-total/GroupDocs.T...

    GitHub is where people build software. More than 100 million people use GitHub to discover, fork, and contribute to over 420 million projects....Security No security policy detected This project has not set up...

    github.com/groupdocs-total/GroupDocs.Total-for-...
  8. Syntax error - MDN Web Docs Glossary: Definitio...

    An exception caused by the incorrect use of a pre-defined syntax. Syntax errors are detected while compiling or parsing source code.... Syntax errors are detected while compiling or parsing...

    developer.mozilla.org/en-US/docs/Glossary/Synta...
  9. CSP - MDN Web Docs Glossary: Definitions of Web...

    A CSP (Content Security Policy) is used to detect and mitigate certain types of website related attacks like Cross-site_scripting, clickjacking and data injections....Security Policy ) is used to detect and mitigate certain types...

    developer.mozilla.org/en-US/docs/Glossary/CSP
  10. DetectTypeFromFilename | GroupDocs.Editor for ....

    Detects a type from specified filename and returns an instance of respective IResourceType...DetectTypeFromFilena method Detects a type from specified filename...

    reference.groupdocs.com/editor/net/groupdocs.ed...