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

properties

(0.03 sec)
  1. How to Convert Text to HTML in C#

    Do you want to do document conversion in a few steps? then review guidelines to convert Text to HTML in C# and sample code for C# convert Text to HTML capability....You can also define many properties for customizing the converted...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  2. How to Add Image Signature to DOCX using C#

    This article will provide help on how to add image signature to DOCX using C#. Also, a code example will be provided to insert image signature into DOCX using C#....its constructor Set desired properties for ImageSignOptions class...

    kb.groupdocs.com/signature/net/how-to-add-image...
  3. How to Sign PDF with Text Signature using C#

    This tutorial aims to guide you how to sign PDF with text signature using C#. Also, we will furnish you with a code example to add text signature in PDF using C#....class and set the desired properties for the appearance of the...

    kb.groupdocs.com/signature/net/how-to-sign-pdf-...
  4. Get Indexed Documents using C#

    Learn how to get indexed documents using C# with our step-by-step guide. Discover how to retrieve indexed documents in C# efficiently for improved document management....extract details using the properties of the DocumentInfo class...

    kb.groupdocs.com/search/net/get-indexed-documen...
  5. Convert Word Documents to PDF using C# | DOCX t...

    Convert Word DOC & DOCX documents to PDF using C# within .NET applications. Automate your files conversion using the document conversion .NET API....PageNumber, and PageCount properties. Convert the loaded Word...

    blog.groupdocs.com/conversion/convert-word-doc-...
  6. 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/
  7. Delete Image signatures from documents | Docume...

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

    docs.groupdocs.com/signature/net/delete-image-s...
  8. Convert to HTML with advanced options | Documen...

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Java....This class provides various properties to customize the HTML output...

    docs.groupdocs.com/conversion/java/convert-to-h...
  9. Update QR-code signatures in document | Documen...

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

    docs.groupdocs.com/signature/java/update-qr-cod...
  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...