Sort Score
Result 10 results
Languages All
Labels All
Results 2,721 - 2,730 of 28,049 for

informations

(0.08 sec)
  1. WordProcessingField Class - GroupDocs.Metadata ...

    Represents a field in a word processing document....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. PngPackage Class - GroupDocs.Metadata for .NET ...

    Represents native PNG metadata....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  3. Jpeg2000Package Class - GroupDocs.Metadata for ...

    Represents native JPEG2000 metadata....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  4. PresentationComment Class - GroupDocs.Metadata ...

    Represents a user comment in a presentation....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  5. EmailFileType Class - GroupDocs.Conversion for ...

    Defines Email file formats that are used by email applications to store their various data including email messages, attachments, folders, address books etc....format for storing contact information. The format is widely used...interchange among popular information exchange applications. Learn...

    apireference.groupdocs.com/conversion/net/group...
  6. CmsPackage Class - GroupDocs.Metadata for .NET ...

    Represents a CMS digital signature metadata package....descriptors that contain information about properties accessible...descriptors that contain information about properties accessible...

    apireference.groupdocs.com/metadata/net/groupdo...
  7. System.Drawing.Common 7.0.0 - FuGet Gallery

    .NET API 178,288 bytes System.Drawing.Common 7.0.0 Provides access to GDI+ graphics functionality. Commonly Used Type......ms/systemdrawingnonwind for more information. <package xmlns="http://schemas...ms/systemdrawingnonwind for more information.</description> <releaseNotes>https://go...

    www.fuget.org/packages/System.Drawing.Common/7.0.0
  8. 3D drawing is not showing in GroupDocs Viewer -...

    Hello team We are using licence verion of document viewer in our product. We are not able to see 3d drawging file in viewer, it takes so much time and still no result or blank page appears. We are using .igs files. We …...Hello vladimir, Belwo is the information you asked. Dll - GroupDocs...know when I have any new information. vinaybhatt August 7, 2023...

    forum.groupdocs.com/t/3d-drawing-is-not-showing...
  9. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.image.bmp.BmpReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Purchase Buy Now Pricing Information Free Trials Temporary License...extracting format-specific information from BMP file headers. The...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. Convert font formats | Documentation

    This article demonstrates how you can convert font formats with GroupDocs.Conversion for Java....Purchase Buy Now Pricing Information Free Trials Temporary License...page Font files contain information about font tables, glyphs...

    docs.groupdocs.com/conversion/java/convert/font/