Sort Score
Result 10 results
Languages All
Labels All
Results 311 - 320 of 2,132 for

properties

(0.05 sec)
  1. Add dropdown component | Documentation

    The page describes how to add dropdown component to a document using GroupDocs.Annotation for Java....can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-dropdown...
  2. Update Image signatures in document | Documenta...

    This article explains how to update Image electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...signatures [ 0 ]; // change Image properties signatureToUpdate . Top =...

    docs.groupdocs.com/signature/java/update-image-...
  3. How to Add Link Annotation to PDF using C#

    Let's examine the step-by-step instructions to add link annotation to PDF using C# along with code example to create annotation link in PDF using C#....LinkAnnotation object and set properties for the link annotation Call...link into PDF and set some properties of LinkAnnotation. Code to...

    kb.groupdocs.com/annotation/net/how-to-add-link...
  4. 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...
  5. 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...
  6. 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-...
  7. 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-...
  8. 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 !...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...
  9. 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-...
  10. 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...