Sort Score
Result 10 results
Languages All
Labels All
Results 341 - 350 of 2,460 for

properties

(0.07 sec)
  1. Remove Metadata from PPTX using C#

    Quickly gain an understanding of how to remove metadata from PPTX using C#. Additionally, you'll receive a code showcasing how to clean metadata from PPTX in C#....creation dates, and document properties. It’s extremely important...installations to clear document properties in PPTX using C# . After...

    kb.groupdocs.com/redaction/net/remove-metadata-...
  2. Read Metadata from XLSX using C#

    Learn how to read metadata from XLSX using C# without extra software installation. You will be provided sample code example of how to read metadata of XLSX using C#....creation dates, and document properties, provides valuable insights...Iterate over the obtained properties XLSX is a popular file format...

    kb.groupdocs.com/metadata/net/read-metadata-fro...
  3. Sign document with Digital signature | GroupDocs

    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-...
  4. 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...
  5. Add search text annotation | GroupDocs

    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...
  6. Working with metadata in FLV files | GroupDocs

    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...
  7. Add watermark annotation | GroupDocs

    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...
  8. 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...
  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. Remove Metadata from DOCM using Java

    In this topic, you'll discover how to remove metadata from DOCM using Java. Additionally, we will provide you sample code to delete metadata from DOCM in Java....applications to clear metadata properties in DOCM using Java . Code...successfully clear custom properties from DOCM using Java , thereby...

    kb.groupdocs.com/metadata/java/remove-metadata-...