Sort Score
Result 10 results
Languages All
Labels All
Results 1,071 - 1,080 of 2,976 for

image annotation

(0.28 sec)
  1. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...using Python Convert XLSX to Image using Python Convert XLSX to...

    kb.groupdocs.com/categories/page/6/
  2. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Watermark API, describes how to add watermakes with just a couple lines of code....Annotation Product Solution GroupDocs...feedback Add text watermarks Add image watermarks Repeated watermarks...

    docs.groupdocs.com/watermark/python-net/basic-u...
  3. Scaling | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...attributes Text search in network Image search in network Was this page...

    docs.groupdocs.com/search/net/scaling/
  4. Scaling | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...attributes Text search in network Image search in network Was this page...

    docs.groupdocs.com/search/java/scaling/
  5. Updating documents | GroupDocs

     This section contains examples on electronic signatures updates using extended options with GroupDocs.Signature API....Annotation Product Solution GroupDocs...with advanced options Updating Image signatures with advanced options...

    docs.groupdocs.com/signature/java/updating/
  6. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......Annotation Product Family GroupDocs...using Node.js Convert PDF to Image using Node.js Convert PDF to...

    kb.groupdocs.com/categories/page/11/
  7. Advanced usage | GroupDocs

    Open Navigation Close Navigation Products GroupDocs.Total Product Family GroupDocs.Viewer Product Solution GroupDocs.......Annotation Product Solution GroupDocs...extensions list Create PDF with Image Redaction Was this page helpful...

    docs.groupdocs.com/redaction/python-net/advance...
  8. Extracting MakerNote Metadata | GroupDocs

    What is MakerNote? MakerNote metadata refers to Image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote Properties in the Form of TIFF/EXIF Tags Utilizing the GroupDocs....Annotation Product Solution GroupDocs...formats / Images / Working with metadata in JPEG images / Extracting...

    docs.groupdocs.com/metadata/net/extracting-make...
  9. Deleting multiple signatures of different types...

    This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....Annotation Product Solution GroupDocs...BaseSignature >(); // collect image signatures to delete foreach...

    docs.groupdocs.com/signature/net/deleting-multi...
  10. Working with Metadata in ASF Files | GroupDocs

    Working with metadata in ASF files Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps to read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using AsfRootPackage.AsfPackage Read the ASF metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Video.Asf.AsfReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputAsf)) { var root = metadata.GetRootPackage(); var package = root.AsfPackage; // Display basic properties Console....Annotation Product Solution GroupDocs...Compression ); Console . WriteLine ( "Image height: {0}" , videoStreamProperty...

    docs.groupdocs.com/metadata/net/working-with-me...