Sort Score
Result 10 results
Languages All
Labels All
Results 911 - 920 of 2,447 for

properties

(0.07 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 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-...
  3. Working with CAD metadata | GroupDocs

    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...
  4. Render STL and IFC File Formats using GroupDocs...

    We are pleased to announce the release of version 17.10 of GroupDocs.Viewer for .NET. This monthly release has come with 3 new features and more than 10 improvements and bug fixes. GroupDocs.Viewer for .NET 17.10 allows you to render STL and IFC file formats. Furthermore, settings to hide/show hidden pages have been extended for Microsoft PowerPoint documents. Please continue to read more about the latest version. Render STL and IFC File FormatsFrom version 17....rendering, set ShowHiddenPages property of the RenderOptions (ImageOptions...DiagramOptions.ShowHiddenPages properties in RenderOptions class. For...

    blog.groupdocs.com/viewer/render-stl-and-ifc-fi...
  5. 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...
  6. 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-...
  7. Convert each email attachment to different form...

    Follow this guide and learn how to convert email attachments to different format based on attachment type using GroupDocs.Conversion for .Java....This class provides various properties to customize the loading...

    docs.groupdocs.com/conversion/java/convert-each...
  8. Add Text Watermark to XLS Using Python

    Learn how to add text watermark to XLS using Python. This tutorial shows how to embed text watermarks into XLS spreadsheets with custom font, color, and alignment.... You can customize properties such as font size, color...

    kb.groupdocs.com/watermark/python/add-text-wate...
  9. Handling metadata in WAV files | GroupDocs

    This article explains about the API supports extracting metadata from WAV files...package using the property Read the WAV audio properties AdvancedUsage...

    docs.groupdocs.com/metadata/net/handling-metada...
  10. Delete QR-Code signatures from documents | Grou...

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

    docs.groupdocs.com/signature/python-net/delete-...