Sort Score
Result 10 results
Languages All
Labels All
Results 881 - 890 of 2,031 for

properties

(0.07 sec)
  1. Handling the APEv2 tag | Documentation

    This article explains how to handle APEv2 tag....the APEv2 tag by using the property If the APEv2 tag is not null...then check for all of its properties AdvancedUsage.ManagingMetadataForS...

    docs.groupdocs.com/metadata/net/handling-the-ap...
  2. Sign Documents with Encrypted Custom Objects

    Hello guys! It’s been a while since my last post about GroupDocs.Signature for Java. So, our Java community might have been waiting for something new regarding our e-signature API. Well, we have recently released version 19.7 of GroupDocs.Signature for Java and today, I shall give you an overview of something interesting that we have introduced in our latest release. In the last couple of months, we introduced a quite valuable feature in the ....use the built-in metadata properties of the documents. This is...

    blog.groupdocs.com/signature/sign-documents-wit...
  3. Convert SVG to JPG using C# - Vector Graphics t...

    Convert SVG vector graphics to JPG images using C#. Rotate, flip, watermark, grayscale, and adjust brightness & gamma of converted JPG using .NET API....following are some of the properties that you can tweak while...

    blog.groupdocs.com/conversion/convert-svg-to-jp...
  4. Extract highlights | Documentation

    This article explains that how to extract highlights from documents....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/net/extract-highlights/
  5. Extract highlights | Documentation

    This article explains that how to extract highlights from documents in Java....supported for the document); Call properties such as and . The following...

    docs.groupdocs.com/parser/java/extract-highlights/
  6. Delete Digital signatures from documents | Docu...

    This article explains how to delete Digital electronic signatures with GroupDocs.Signature API....Instantiate object with desired properties; Call method to obtain list...

    docs.groupdocs.com/signature/java/delete-digita...
  7. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....document), and change any visual properties. This annotation highlight...document formats can set Angle property, that determines annotation...

    docs.groupdocs.com/annotation/java/add-annotati...
  8. Export Indexed Documents to HTML using C#

    Learn how to export indexed documents to HTML using C# with easy-to-follow steps. Implement C# export indexed documents to HTML for better document management....allowing you to configure properties such as text storage settings...

    kb.groupdocs.com/search/net/export-indexed-docu...
  9. HideComments replacement CommentDisplayMode not...

    Hi, I have switched from HideComments in WordProcessingLoadOptions, to CommentDisplayMode, due to it becoming obsolete in version 25.5. This was the old code: convLoadOpts.HideComments = true; This is the new code: …...differences in how these two properties handle comments in the document...that fully supports the new property. Review the Documentation...

    forum.groupdocs.com/t/hidecomments-replacement-...
  10. Working with metadata in PSD images | Documenta...

    Reading Photoshop Metadata Properties The GroupDocs Metadata API allows the user to read Adobe Photoshop metadata associated with a PSD image. For more information on the Photoshop file format and metadata blocks please refer to the specification: https://www.adobe.com/devnet-apps/photoshop/fileformatashtml/. The code sample below demonstrates how to extract image resource blocks (building blocks of the Photoshop file format) from a PSD image. Load a PSD file Get the root metadata package Extract the ImageResourcePackage instance and obtain a list of ImageResourceBlock objects Iterate trough the collection of resource blocks AdvancedUsage....Reading Photoshop Metadata properties The GroupDocs Metadata API...metadata package using the property Read the PSD header and layer...

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