Sort Score
Result 10 results
Languages All
Labels All
Results 61 - 70 of 1,526 for

properties

(0.04 sec)
  1. Updating metadata | Documentation

    The Example in this article demonstrates that how to update metadata Properties using a combination of criteria...update existing metadata properties using a combination of criteria...all properties before applying any changes. If a property satisfies...

    docs.groupdocs.com/metadata/java/updating-metad...
  2. Extracting MakerNote Metadata | Documentation

    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....Usually, MakerNote metadata properties contain camera settings and...manufacturers store MakerNote properties in a proprietary binary format...

    docs.groupdocs.com/metadata/net/extracting-make...
  3. Working with metadata in Diagrams | Documentation

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of diagrams such as VDX, VSDX, VSX, etc...root metadata package Use the property to obtain file format information...Reading built-In metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  4. GroupDocs.Metadata for Node.js via Java | Docum...

    Develop Applications to Create, View, Access, Update, Delete, Search, Compare, Replace & Export Metadata of Popular Documents & Image Formats....as input, access the file property information and allows users...metadata properties Set specific metadata properties Remove specific...

    docs.groupdocs.com/metadata/nodejs-java/
  5. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.ManagingMetadataForSpecificFormats.Document.Pdf.PdfReadFileFormatProperties using (Metadata metadata = new Metadata(Constants.InputPdf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.FileType.FileFormat); Console.WriteLine(root.FileType.Version); Console.WriteLine(root.FileType.MimeType); Console.WriteLine(root.FileType.Extension); } Reading built-in metadata Properties To access built-in metadata of a PDF document, please use the DocumentProperties property defined in the DocumentRootPackage class....root metadata package Use the property to obtain file format information...Reading built-in metadata properties To access built-in metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Working with metadata in PDF documents | Docume...

    Detecting the version of a PDF document The following sample of code will help you to detect the PDF version a loaded document and extract some additional file format information. Load a PDF document Extract the root metadata package Use the getPdfType method to obtain file format information advanced_usage.managing_metadata_for_specific_formats.document.pdf.PdfReadFileFormatProperties try (Metadata metadata = new Metadata(Constants.InputPdf)) { PdfRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getPdfType().getFileFormat()); System.out.println(root.getPdfType().getVersion()); System.out.println(root.getPdfType().getMimeType()); System.out.println(root.getPdfType().getExtension()); } Reading built-in metadata Properties To access built-in metadata of a PDF document, please use the getDocumentProperties method defined in the DocumentRootPackage class....Reading built-in metadata properties To access built-in metadata...extracts built-in metadata properties and displays them on the...

    docs.groupdocs.com/metadata/java/working-with-m...
  7. Updating metadata | Documentation

    The Example in this article demonstrates how to update metadata Properties using a combination of criteria...update existing metadata properties using a combination of criteria...all properties before applying any changes. If a property satisfies...

    docs.groupdocs.com/metadata/net/updating-metadata/
  8. Extracting MakerNote metadata | Documentation

    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....Usually, MakerNote metadata properties contain camera settings and...manufacturers store MakerNote properties in a proprietary binary format...

    docs.groupdocs.com/metadata/java/extracting-mak...
  9. Update EPUB Metadata using C# – .NET Metadata E...

    Discover ways to view and edit EPUB eBook metadata using C#. Programmatically edit EPUB specific Properties and Dublin Core items using C#....want to change EPUB metadata properties as a .NET developer, here’s...metadata properties of the EPUB package. Update the property values...

    blog.groupdocs.com/metadata/view-edit-epub-meta...
  10. Read MP3 Tags in Java - (ID3, Lyrics, APE) | Ja...

    Extract MP3 tags from the mp3 files in Java. Read the ID3v1, ID3v2, Lyrics, and APEv2 metadata standard tags from the mp3 files using Java Metadata API....retrieve each of the ID3v1 properties. The following Java source...can be retrieved from the properties of Attached Picture Frames...

    blog.groupdocs.com/metadata/read-mp3-tags-in-java/