Sort Score
Result 10 results
Languages All
Labels All
Results 21 - 30 of 257 for

chunk

(0.01 sec)
  1. 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...
  2. PNG Metadata Editor – View & Edit PNG Properties

    Discover ways to view and edit PNG metadata. Either edit PNG metadata online or do it programmatically using C# & Java....otPackage>(); foreach (var chunk in root.PngPackage.TextChunks)...WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var...

    blog.groupdocs.com/metadata/view-edit-png-metad...
  3. 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...
  4. searchresult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Gets a chunk search token for searching the next chunk. int getOccurrenceCount...nextChunkSearchToken - The next chunk search token. ignoreLicenseRestric...

    apireference.groupdocs.com/search/java/com.grou...
  5. 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...
  6. 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...
  7. chunksearchtoken - GroupDocs.Search for Java - ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......chunkSearchToken) Continues the chunk search started with method Search...cancellation) Continues the chunk search started with method Search...

    apireference.groupdocs.com/search/java/com.grou...
  8. SearchResult - GroupDocs.Search for Java - API ...

    All Classes Packages com.groupdocs.search com.groupdocs.search.common com.groupdocs.search.dictionaries com.groupdocs......Gets a chunk search token for searching the next chunk. int getOccurrenceCount...nextChunkSearchToken - The next chunk search token. ignoreLicenseRestric...

    apireference.groupdocs.com/search/java/com.grou...
  9. 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...
  10. 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...