Sort Score
Result 10 results
Languages All
Labels All
Results 811 - 820 of 4,612 for

values

(0.05 sec)
  1. كيفية العمل مع علامات البيانات الوصفية

    اشرح كيفية العمل مع وسوم البيانات الوصفية...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Adding Metadata...

    blog.groupdocs.com/ar/metadata/how-to-work-with...
  2. Jak pracować z tagami metadanych

    Wyjaśnij, jak pracować z tagami metadanych...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Dodawanie...

    blog.groupdocs.com/pl/metadata/how-to-work-with...
  3. 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/
  4. 在 Python 应用程序中编辑和管理元数据 - GroupDocs.Metadata

    了解如何使用 GroupDocs.Metadata for Python via .NET 提取、更新和删除应用程序中的元数据。...interpreted_value 属性处理复杂数据类型 if not (property . interpreted_value is None..., Property value: { property . interpreted_value } " ) else :...

    blog.groupdocs.com/zh/metadata/edit-metadata-in...
  5. Barcode Image Generation in Word Processing Doc...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Word Template Syntax Add a textbox to your template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the template from here. Barcode.docx The Code...following syntax: << barcode [ value ] - itf6 >> Download Template...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/java/barcode-image-...
  6. 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-...
  7. Jak pracovat s tagy metadat

    Vysvětlete, jak pracovat s metaznačkami....found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Přidání vlastností...

    blog.groupdocs.com/cs/metadata/how-to-work-with...
  8. Load SVG document with options | GroupDocs

    Learn how to load and convert SVG (Scalable Vector Graphics) files with advanced options using GroupDocs.Conversion for .NET API.... Default value is 800. Set minimum height for...formats. Default value is 600. Gets or sets a value indicating whether...

    docs.groupdocs.com/conversion/net/load-svg-docu...
  9. Як працювати з тегами метаданих

    Поясніть, як працювати з тегами метаданих...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } Додавання...

    blog.groupdocs.com/uk/metadata/how-to-work-with...
  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...