Sort Score
Result 10 results
Languages All
Labels All
Results 851 - 860 of 2,139 for

properties

(0.19 sec)
  1. Add Image Annotation to JPG using C#

    This tutorial offers guidance on how to add image annotation to JPG using C#. You can insert image annotation to JPG in C# without installing extra tools....and define the necessary properties, such as position and page...

    kb.groupdocs.com/annotation/net/add-image-annot...
  2. Render PDF as JPG using C#

    Learn how to efficiently render PDF as JPG using C#. Also, explore step-by-step instructions and C# code for rendering PDF to JPG without installing extra tools....JpgViewOptions class and set properties for image’s width and height...

    kb.groupdocs.com/viewer/net/render-pdf-as-jpg-u...
  3. Add Text Watermark to DOCX Using C#

    Learn how to add text watermark to DOCX using C# without installing extra software. Moreover, we will provide you code to insert text watermark to DOCX using C#....TextWatermark class and set its properties according to your preferences...

    kb.groupdocs.com/watermark/net/add-text-waterma...
  4. Spell checking | Documentation

    This article shows that how spell checking works during the search....correction in search queries, the property of the spelling corrector...class contains the following properties: is the maximum number of...

    docs.groupdocs.com/search/net/spell-checking/
  5. Releasing GroupDocs.Parser for Java – A Conveni...

    We are pleased to announce that the first version of GroupDocs.Parser for Java has been released. GroupDocs.Parser for Java allows the Java developers to extract raw and formatted text from the popular document formats. The API also supports working with containers such as ZIP and email containers. You can also access the metadata attached to the documents using a few lines of code. Please continue to read more about the features and the file formats supported by the API....formats Extract main document properties Extract text and metadata...

    blog.groupdocs.com/parser/releasing-groupdocs.p...
  6. Delete Text signatures from documents | Documen...

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

    docs.groupdocs.com/signature/net/delete-text-si...
  7. Update Barcode signatures in document | Documen...

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

    docs.groupdocs.com/signature/net/update-barcode...
  8. Adding image watermarks | Documentation

    GroupDocs.Watermark API supports adding the following image file types as image watermark...advanced use of image watermark properties please check the following...

    docs.groupdocs.com/watermark/net/adding-image-w...
  9. Delete Text signatures from documents | Documen...

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

    docs.groupdocs.com/signature/java/delete-text-s...
  10. Working with CAD metadata | Documentation

    The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are: DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property. The following code snippet reads metadata associated with a CAD file. AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....Metadata API provides the property. The following code snippet...allows updating metadata properties in a DXF drawing. Please...

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