Sort Score
Result 10 results
Languages All
Labels All
Results 331 - 340 of 2,041 for

properties

(0.09 sec)
  1. Add strikeout annotation | Documentation

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for Java....following methods to set the properties of the class: defines the... Specify the appropriate properties (position, page number, etc)...

    docs.groupdocs.com/annotation/java/add-strikeou...
  2. Working with metadata in AVI files | Documentation

    Reading AVI header Properties The GroupDocs.Metadata API supports extracting format-specific information from AVI file headers. The following are the steps to read the header of an AVI file. Load an AVI video Get the root metadata package Extract the native metadata package using the AviRootPackage.getHeader method Read the AVI header Properties advanced_usage.managing_metadata_for_specific_formats.video.avi.AviReadHeaderProperties try (Metadata metadata = new Metadata(Constants.InputAvi)) { AviRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getHeader().getAviHeaderFlags()); System.out.println(root.getHeader().getHeight()); System.out.println(root.getHeader().getWidth()); System.out.println(root.getHeader().getTotalFrames()); System.out.println(root.getHeader().getInitialFrames()); System.out.println(root.getHeader().getMaxBytesPerSec()); System....feedback Reading AVI header properties The GroupDocs.Metadata API...method Read the AVI header properties advanced_usage.managing_...

    docs.groupdocs.com/metadata/java/working-with-m...
  3. Update annotation replies | Documentation

    The page describes how to update annotation replies when collaborate over document using GroupDocs.Annotation for Java API....(zero-based) and update its properties as needed. Call the method...Suggest we want change some properties of existed annotation AreaAnnotation...

    docs.groupdocs.com/annotation/java/update-annot...
  4. How to edit CSV file | Documentation

    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 Java....several optional properties. Two properties — and — are boolean...user can turn it on. Next property — , — is also a boolean flag...

    docs.groupdocs.com/editor/java/how-to-edit-csv-...
  5. Sign document with secure custom Metadata signa...

    This section contains articles with explanation how to create Metadata electronic signatures and embed into metadata custom object with its serialization and encryption. The examples show how to customize object serialization and encryption.... Implement class with properties and specify if needed class...attribute), specify attributes for properties like to specify serialization...

    docs.groupdocs.com/signature/java/sign-document...
  6. 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-...
  7. How to Convert EPUB to PDF using C#

    This short article provides a stepwise procedure to convert EPUB to PDF using C# and a sample working application to convert EPUB file to PDF in C#....format Create and define properties for customizing the output...file by defining various properties using the PdfConvertOptions...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. 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-...
  9. 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...
  10. ITempDataHandler is Introduced in GroupDocs.Con...

    A new release of GroupDocs.Conversion for .NET 18.6 is on-board. This release covers few improvements. Such as ConversionHandler constructors are reduced to one. Please visit the release notes. We’d recommend you to integrate latest version of the API in your application and share your feedback. Improvements Reducing ConversionHandler constructors to one ITempDataHandler for handling temp operations stream Introducing new Properties in ConversionConfig for different handler types API Resources Here are a few channels and resources for you to download, learn, try and get technical support on GroupDocs....operations stream Introducing new properties in ConversionConfig for different...

    blog.groupdocs.com/conversion/itempdatahandler-...