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

properties

(0.05 sec)
  1. How to Add Dropdown Component in PDF using C#

    In this topic, you will discover how to add dropdown component in PDF using C#.Moreover, we will work with you to write C# code to insert dropdown in PDF using C#....DropdownComponent object and set some properties Call Add method of Annotator...the DropdownComponent class properties. Code to Add Dropdown Component...

    kb.groupdocs.com/annotation/net/how-to-add-drop...
  2. Add search text annotation | Documentation

    The page describes how to add search text annotation to a document using GroupDocs.Annotation for .NET."...can specify the following properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/net/add-search-te...
  3. Working with metadata in FLV files | Documentation

    Reading FLV header Properties The GroupDocs.Metadata API supports extracting format-specific information from the FLV file header. The following are the steps to read the header of an FLV file. Load an FLV video Get the root metadata package Extract the native metadata package using the FlvRootPackage.getHeader method Read the FLV header Properties advanced_usage.managing_metadata_for_specific_formats.video.flv.FlvReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputFlv)) { FlvRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getVersion()); System.out.println(root.getHeader().hasAudioTags()); System.out.println(root.getHeader().hasVideoTags()); System.out.println(root.getHeader().getTypeFlags()); } Working with XMP metadata GroupDocs....feedback Reading FLV header properties The GroupDocs.Metadata API...method Read the FLV header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  4. Sign document with Digital signature | Document...

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....signature properties in the document: The or properties define the...the certificate source; The property specifies the certificate...

    docs.groupdocs.com/signature/net/sign-document-...
  5. Add watermark annotation | Documentation

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET....can specify the following properties of the class: defines the...font size. If the AutoScale property is true , GroupDocs.Annotation...

    docs.groupdocs.com/annotation/net/add-watermark...
  6. 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...
  7. 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...
  8. 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-...
  9. How to Convert Image to Word using Java

    This tutorial provides the step-by-step procedure to convert image to Word using Java and a sample code for how to convert image to Word document in Java....WordProcessingConver class for setting the properties to customize the output Word...load the input file, define properties for the output file to customize...

    kb.groupdocs.com/conversion/java/how-to-convert...
  10. How to Convert Outlook Email to HTML in Java

    Easily convert Outlook Email to HTML in Java using a popular document converter APIs and learn how to develop the Email to HTML Java application....MarkupConvertOptions class for setting up properties to customize the converted...converted file by setting up properties using the MarkupConvertOptions...

    kb.groupdocs.com/conversion/java/how-to-convert...