Sort Score
Result 10 results
Languages All
Labels All
Results 831 - 840 of 4,587 for

values

(0.16 sec)
  1. 在 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...
  2. 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/ko/metadata/edit-metadata-in...
  3. 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.... File CSV Comma Separated Values banyak digunakan untuk bertukar...sederhana. Comma Separated Values (CSV) adalah format file untuk...

    blog.groupdocs.com/id/categories/groupdocs.asse...
  4. Set image quality | GroupDocs

    The page describes how to set the quality of an image added to a document.... The parameter value is from 1 to 100. 1 means the...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/change-image-...
  5. Get default ConvertOptions for specific target ...

    Learn this article and check how to obtain default convert options for specific conversion format with GroupDocs.Conversion for .NET API. ...indexer of object received as value in previous step The following...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/get-default-c...
  6. Як працювати з тегами метаданих

    Поясніть, як працювати з тегами метаданих...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...
  7. 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...
  8. 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...
  9. 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...
  10. اسکن کد QR آنلاین | اسکن کد QR با استفاده از تص...

    اسکن کدهای QR به صورت آنلاین اسکن تصاویر کد QR و اسکن با استفاده از دوربین. همچنین در مورد نحوه اسکن برنامه‌نویسی کدهای QR با استفاده از C# و Java بحث خواهیم کرد....CodeTypeName +" Code Value: " + barcode.Value); } } می توانید بینش...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/fa/parser/scan-qr-code-online/