Sort Score
Result 10 results
Languages All
Labels All
Results 51 - 60 of 495 for

chunk

(0.11 sec)
  1. PngInternationalTextChunk.IsCompressed Property...

    Gets a value indicating whether the Chunk is compressed....value indicating whether the chunk is compressed. Namespace: GroupDocs...Type: Boolean True, if the chunk is compressed; otherwise, false...

    apireference.groupdocs.com/metadata/net/groupdo...
  2. SearchResult Properties - GroupDocs.Search for ...

    Gets the number of documents found....Gets a chunk search token for searching the next chunk. OccurrenceCount...

    apireference.groupdocs.com/search/net/groupdocs...
  3. BlobEvent - Web APIs | MDN

    Learn about the BlobEvent interface, including its constructor, properties, and methods, specifications and browser compatibility....first chunk in data and the timestamp of the first chunk in the...BlobEvent objects each time a chunk of media is ready. Using the...

    developer.mozilla.org/en-US/docs/Web/API/BlobEvent
  4. pngtextchunk - GroupDocs.Metadata for Java - AP...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......information represented by the chunk. String getText () Gets the...text string represented by the chunk. Methods inherited from class...

    apireference.groupdocs.com/metadata/java/com.gr...
  5. PngTextChunk - GroupDocs.Metadata for Java - AP...

    All Classes Packages com.groupdocs.metadata com.groupdocs.metadata.core com.groupdocs.metadata.export com.groupdocs.m......information represented by the chunk. String getText () Gets the...text string represented by the chunk. Methods inherited from class...

    apireference.groupdocs.com/metadata/java/com.gr...
  6. Working with metadata in PNG images | Documenta...

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG images. The following are the steps to read the native PNG metadata. Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var Chunk in root.PngPackage.TextChunks) { Console.WriteLine(Chunk.Keyword); Console.WriteLine(Chunk.Text); var compressedChunk = Chunk as PngCompressedTextChunk; if (compressedChunk !...PngRootPackage >(); foreach ( var chunk in root . PngPackage . TextChunks...WriteLine ( chunk . Keyword ); Console . WriteLine ( chunk . Text...

    docs.groupdocs.com/metadata/net/working-with-me...
  7. GroupDocs.Metadata for .NET 20.11 Release Notes...

    Note This page contains release notes for GroupDocs.Metadata for .NET 20.11 Major Features There are the following features, enhancements and fixes in this release: Implement the ability to extract text data Chunks from PNG images “DXF version is not valid” exception when reading DXF file Exception: Cannot process loading further due to incorrect file format structure Exception: File is incompatible with exporter Loading process freezes on a damaged file Image loading failed Full List of Issues Covering all Changes in this Release Key Summary Category METADATANET-3473 Implement the ability to extract text data Chunks from PNG images New Feature METADATANET-3286 “DXF version is not valid” exception when reading DXF file Bug METADATANET-3313 Exception: Cannot process loading further due to incorrect file format structure Bug METADATANET-3334 Exception: File is incompatible with exporter Bug METADATANET-3385 Loading process freezes on a damaged file Bug METADATANET-3476 Image loading failed Bug Public API and Backward Incompatible Changes Implement the ability to extract text data Chunks from PNG images This new feature allows the user to extract Chunks of textual data from PNG images...ability to extract text data chunks from PNG images “DXF version...ability to extract text data chunks from PNG images New Feature...

    docs.groupdocs.com/metadata/net/groupdocs-metad...
  8. SearchResult | GroupDocs.Search for Java API Re...

    Represents a search result matching a search query....Gets a chunk search token for searching the next chunk. getStartTime()...Gets a chunk search token for searching the next chunk. Returns:...

    reference.groupdocs.com/search/java/com.groupdo...
  9. SourceBuffer - Web APIs | MDN

    Learn about the SourceBuffer interface, including its properties and methods, code examples, specifications, and browser compatibility....SourceBuffer interface represents a chunk of media to be passed into an...Examples Loading a video chunk by chunk The following example loads...

    developer.mozilla.org/en-US/docs/Web/API/Source...
  10. PngCompressedTextChunk.CompressionMethod Proper...

    Gets the algorithm used to compress the Chunk data....algorithm used to compress the chunk data. Namespace: GroupDocs.Metadata...algorithm used to compress the chunk data. See Also Reference PngCompressedTextChu...

    apireference.groupdocs.com/metadata/net/groupdo...