Sort Score
Result 10 results
Languages All
Labels All
Results 361 - 370 of 2,364 for

properties

(0.14 sec)
  1. Implement custom serialization with QR-code sig...

    This article explains how to implement custom serialization for QR-code electronic signatures....attribute), specify attributes for properties like to specify serialization...display format, same as to mark property of class as not serialize...

    docs.groupdocs.com/signature/java/implement-cus...
  2. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....file to gain access to its properties Utilize the Parser.GetMetadata...integrating read XLSX file properties C# functionality into applications...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  3. Remove Metadata from DOCX using C#

    In this tutorial, you'll learn how to remove metadata from DOCX using C#. Also, you'll be provided with a simple code example to clean metadata from DOCX in C#....modification dates, document properties, and revision history (including...installation to clear document properties in DOCX using C# . After...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  4. How to edit CSV file | GroupDocs

    This guide demonstrates how to edit CSV, TSV, comma-separated value and other text files with different settings and many other powerful features of GroupDocs.Editor for .NET....several optional properties. Two properties — and — are boolean...user can turn it on. Next property — , — is also a boolean flag...

    docs.groupdocs.com/editor/net/how-to-edit-csv-f...
  5. Load Image Documents with Options | GroupDocs

    Learn how to use ImageLoadOptions to configure image document loading in GroupDocs.Conversion for .NET. Control format specification, font handling, and more.... Properties Property Type Description Format...new PdfConvertOptions ()); } Property Examples Specifying Format...

    docs.groupdocs.com/conversion/net/load-image-do...
  6. How to Convert Excel to Image in Java

    This article describes the process to convert Excel to Image in Java and provides a working example code snippet for Java Excel to Image converter application....ImageConvertOptions class for setting up properties to customize the converted...and you can set many other properties as per your requirements...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert Word Document to HTML using Java

    This tutorial provides you walk through the process to convert Word document to HTML using Java and reviews a sample code for Java convert Word to HTML application....MarkupConvertOptions class for setting up properties to customize the converted...initiated for defining the properties for customizing the converted...

    kb.groupdocs.com/conversion/java/how-to-convert...
  8. How to Convert XML to PDF in C#

    Learn the process to convert documents with one of the top library and easily convert XML to PDF in C#. Explore sample code for C# convert XML to PDF capability....output PDF file by setting properties using PdfConvertOptions class...document by defining numerous properties and you may modify them according...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Remove Metadata from EPUB using Java

    This guide will walk you through the process of how to remove metadata from EPUB using Java. You will also get the code example to delete metadata from EPUB in Java....demonstrates how to clear metadata properties in EPUB using Java . Code...obstacles to clear custom properties from EPUB using Java . As...

    kb.groupdocs.com/metadata/java/remove-metadata-...
  10. Working with metadata in PNG images | GroupDocs

    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 !...feedback Reading PNG metadata properties The GroupDocs.Metadata API...using Read the PNG metadata properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/working-with-me...