Sort Score
Result 10 results
Languages All
Labels All
Results 451 - 460 of 5,395 for

informations

(0.16 sec)
  1. Lägg till Ellipse Annotation till JPG med C#

    Den här guiden ger instruktioner om hur du lägger till ellipskommentarer till JPG med C#. Den omfattar också kodexempel för att infoga ellipskommentarer till JPG i C#....förbättra och kommunicera information effektivt. I den här artikeln...kommer att ge ytterligare information om hur man infogar ellipskommentarer...

    kb.groupdocs.com/sv/annotation/net/add-ellipse-...
  2. Get document info | Documentation

    GroupDocs.Metadata allows users to get meta information of a document....Purchase Buy Now Pricing Information Free Trials Temporary License...allows users to get document information which includes: File format...

    docs.groupdocs.com/metadata/python-net/get-docu...
  3. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package. Load a file to examine Get a collection of PropertyDescriptor instances for any desired metadata package Iterate through the extracted descriptors advanced_usage.GettingKnownPropertyDescriptors try (Metadata metadata = new Metadata(Constants.InputDoc)) { WordProcessingRootPackage root = metadata.getRootPackageGeneric(); for (PropertyDescriptor descriptor : root.getDocumentProperties().getKnowPropertyDescriptors()) { System.out.println(descriptor.getName()); System.out.println(descriptor.getType()); System.out.println(descriptor.getAccessLevel()); for (PropertyTag tag : descriptor.getTags()) { System.out.println(tag); } System.out.println(); } } Note Not all possible properties are presented in the getKnowPropertyDescriptors collection....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/java/getting-known-...
  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 FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Gif.GifReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputGif)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.ByteOrder); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); Console.WriteLine(root.FileType.Width); Console.WriteLine(root.FileType.Height); } Working with XMP Metadata GroupDocs....Purchase Buy Now Pricing Information Free Trials Temporary License...some additional file format information. a GIF image Extract the...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Getting known property descriptors | Documentation

    This code snippet demonstrates how to extract information about known properties that can be encountered in a particular package....Purchase Buy Now Pricing Information Free Trials Temporary License...demonstrates how to extract information about known properties that...

    docs.groupdocs.com/metadata/net/getting-known-p...
  6. In-Table List in HTML Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate In-Table List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List in HTML Document Note This feature is supported by version 17.03 or greater Reporting Requirement As a report developer, you are required to represent the information of the customers and the total order prices with the following key requirements:...Purchase Buy Now Pricing Information Free Trials Temporary License...required to represent the information of the customers and the...

    docs.groupdocs.com/assembly/net/in-table-list-i...
  7. Get the width and height of the document pages ...

    This article explains how to get the width and height of the document pages using GroupDocs.Viewer for Java....Purchase Buy Now Pricing Information Free Trials Temporary License.../ Retrieve the document information / Get the width and height...

    docs.groupdocs.com/viewer/java/how-to-get-page-...
  8. Get file info | Documentation

    This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Purchase Buy Now Pricing Information Free Trials Temporary License...provides general document information, which includes: FileType...

    docs.groupdocs.com/redaction/java/get-file-info/
  9. Lägg till bildkommentar till JPG med C#

    Denna handledning ger vägledning om hur du lägger till bildkommentarer till JPG med C#. Du kan infoga bildkommentarer till JPG i C# utan att installera extra verktyg....ge värdefull kontext och information. Det kan också avsevärt förbättra...lager av interaktivitet och information till visuellt innehåll. Oavsett...

    kb.groupdocs.com/sv/annotation/net/add-image-an...
  10. Lägg till bildkommentar till JPG med Java

    Den här handledningen ger instruktioner om hur du lägger till bildkommentarer till JPG med Java. Vi kommer att ge dig kod för att infoga bildkommentarer till JPG i Java....erbjuda viktig sammanhang och information. Det har potential att avsevärt...nivå av interaktivitet och information till visuellt innehåll. Oavsett...

    kb.groupdocs.com/sv/annotation/java/add-image-a...