Sort Score
Result 10 results
Languages All
Labels All
Results 861 - 870 of 4,649 for

values

(0.17 sec)
  1. ลายน้ำแบบเรียงต่อใน Python: 7 ตัวอย่างในการปกป้...

    ปรับปรุงทักษะลายน้ำแบบเรียงต่อใน Python ด้วยตัวอย่าง 7 แบบที่ใช้ได้จริง เรียนรู้เพิ่มเกี่ยวกับการเพิ่ม สร้าง และปรับแต่งลายน้ำเพื่อความปลอดภัยของเอกสาร ลบลายน้ำ และปกป้องไฟล์ด้วย API ของ GroupDocs.Watermark สำหรับการปกป้องเนื้อหาทั่วไป... value = 12.0 watermark_spacing = gww...PERCENT watermark_spacing . value = 10.0 tile_options = gww ....

    blog.groupdocs.com/th/watermark/tiling-watermar...
  2. Convert to HTML with advanced options | GroupDocs

    Follow this guide and learn how to convert documents to HTML format with fixed layout, zoom and other customizations using GroupDocs.Conversion for Node.js via Java.... The default value is 100. . Sometimes, for better...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/nodejs-java/conve...
  3. Optimize spreadsheets in a PDF file | GroupDocs

    Optimize spreadsheets in PDFs. Reduces file size by enabling border lines and removing specific characters.... The default value is False . The following code...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/viewer/python-net/optimizati...
  4. Inserting Bookmarks Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater Note The code uses some of the objects defined in The Business Layer. Inserting Hyperlinks Dynamically Dynamic insertion of bookmarks for Word Processing documents and emails with HTML and RTF bodies You can insert bookmarks to your reports dynamically using bookmark tags. Syntax of a bookmark tag is defined as follows. <> bookmarked_content <> Here, bookmark_expression defines the name of a bookmark to be inserted during run-time....and must return a non-empty value. While building a report, bookmark_expression...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/inserting-book...
  5. قارئ الباركود باستخدام C# | مسح الباركود من الصورة

    كيفية مسح الرموز الشريطية ضوئيًا باستخدام C# داخل تطبيق .NET. مثال C# الذي يقرأ الباركود من صورة سيساعدك على إنشاء ماسح ضوئي للرمز الشريطي عبر الإنترنت....CodeTypeName +" Value: " + barcode.Value); } } احصل على رخصة...

    blog.groupdocs.com/ar/parser/scan-barcode-using...
  6. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....arquivos CSV [Comma Separated Values][1] são amplamente usados para...simples. O Comma Separated Values (CSV) é um formato de arquivo...

    blog.groupdocs.com/pt/categories/groupdocs.asse...
  7. GroupDocs.Assembly Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats....CSV-Dateien Comma Separated Values-Dateien werden häufig zum Austausch...einfacher Vorlagen. Comma Separated Values (CSV) ist ein Dateiformat zum...

    blog.groupdocs.com/de/categories/groupdocs.asse...
  8. How to edit e-Book file | GroupDocs

    This article demonstrates how to edit e-Book files using C# programming language....be specified as one of the value: , , or . Once the instance...property to has the default value ( 2 ). Setting it to 0 will...

    docs.groupdocs.com/editor/net/how-to-edit-ebook/
  9. Search and highlight text in the loaded documen...

    Search text by literal or regex and highlight found text in the document, loaded to the GroupDocs.Viewer for .NET...type indicates whether the value of the previously described...property is not specified, or its value is fully transparent, a yellow...

    docs.groupdocs.com/viewer/net/search-highlight-...
  10. Working with metadata in ProjectManagement form...

    GroupDocs.Metadata for .NET provides functionality that allows working with MPP files created by different versions of Microsoft Project. Please see the code samples below for more information. Reading built-In metadata properties To access built-in metadata of a ProjectManagement document, please use the DocumentProperties property defined in the DocumentRootPackage class. The following code snippet extracts built-in metadata properties and displays them on the screen. AdvancedUsage.ManagingMetadataForSpecificFormats.Document.ProjectManagement.ProjectManagementReadBuiltInProperties using (Metadata metadata = new Metadata(Constants.InputMpp)) { var root = metadata.... Value ); } } Updating built-in metadata...( "customProperty1" , "some value" ); root . DocumentProperties...

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