Sort Score
Result 10 results
Languages All
Labels All
Results 2,481 - 2,490 of 4,308 for

values

(0.1 sec)
  1. Ajouter des Filigranes à des Documents Word | 5...

    Apprenez à ajouter des filigranes sécurisés à des documents Word en utilisant GroupDocs.Watermark for .NET. Comparez 5 méthodes de protection avec des exemples de code, y compris des en-têtes verrouillés, des filigranes en mosaïque et des sections protégées par mot de passe qui ne peuvent pas être facilement supprimées....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/fr/watermark/secure-word-doc...
  2. เพิ่มลายน้ำให้กับเอกสาร Word | 5 วิธีที่ปลอดภัย...

    เรียนรู้วิธีการเพิ่มลายน้ำที่ปลอดภัยให้กับเอกสาร Word โดยใช้ GroupDocs.Watermark for .NET เปรียบเทียบ 5 วิธีการป้องกันพร้อมตัวอย่างโค้ด รวมถึงส่วนหัวที่ล็อค ลายน้ำแบบกระจาย และส่วนที่มีรหัสผ่านซึ่งไม่สามารถถูกลบออกได้ง่ายๆ....Percent, Value = 12 }, WatermarkSpacing = new...= TileMeasureType.Percent, Value = 12 } } }; var options = new...

    blog.groupdocs.com/th/watermark/secure-word-doc...
  3. Extract metadata from XLSX using C#

    In this article, we will outline all steps necessary to extract metadata from XLSX using C#. Also, a sample of the XLSX metadata extraction C# code will be included....retrieve and display the name and value of each item The steps outlined...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  4. Konversi CSV ke JSON menggunakan C#

    Pelajari dengan cepat cara mengonversi CSV ke JSON menggunakan C#. Kami akan memberi Anda kode C# untuk mengekspor CSV ke JSON. Tidak perlu menginstal perangkat lunak tambahan untuk konversi....umum, CSV (Comma-Separated Values) dan JSON (JavaScript Object...

    kb.groupdocs.com/id/conversion/net/convert-csv-...
  5. Technical Support | Documentation

    GroupDocs.Metadata for Pyton provides free technical support available to all users. Please report your question, issue, or feature request using GroupDocs Free Support Forum.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/python-net/technica...
  6. Load document from FTP | Documentation

    The page describes how to load PDF, Word, Excel, PowerPoint documents from FTP using GroupDocs.Annotation for Java.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/load-documen...
  7. Advanced Usage | Documentation

    Learn about GroupDocs.Assembly advanced usage and its multiple powerful features from the guides below.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/advanced-usage/
  8. Protect PDF document | Documentation

    Secure PDF output with passwords and permissions when rendering documents using GroupDocs.Viewer.... We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/python-net/protect-pd...
  9. Clean metadata | Documentation

    This artcle explains how to remove all or clean metadata properties without applying any filters. The best way to do this is to use the Sanitize method.... We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/net/clean-metadata/
  10. Working with BMP metadata | Documentation

    Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers. The following are the steps to read the header of a BMP file. Load a BMP image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:... We value your opinion. Your feedback...

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