Sort Score
Result 10 results
Languages All
Labels All
Results 1,261 - 1,270 of 4,592 for

values

(0.1 sec)
  1. Working with metadata in Presentations | GroupDocs

    GroupDocs.Metadata for .NET provides functionality that allows working with different kinds of presentations such as PPT, PPTX, POTM, POTX, etc. For the full list of supported presentation formats please refer to Supported Document Formats. Detecting the exact type of a presentation The following sample of code will help you to detect the exact type of a loaded presentation and extract some additional file format information. Load a presentation Extract the root metadata package Use the FileType property to obtain file format information AdvancedUsage.... Value ); } } As you can see the code...( "customProperty1" , "some value" ); root . DocumentProperties...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Load GIS document with options | GroupDocs

    Learn how to load and convert GIS documents (GeoJSON, KML, GPX) with advanced options using GroupDocs.Conversion for .NET API.... Default value is 1000. Sets the desired page...rendering the GIS document. Default value is 1000. Load GeoJSON document...

    docs.groupdocs.com/conversion/net/load-gis-docu...
  3. Render text documents as HTML, PDF, and image f...

    This topic describes how to use the GroupDocs.Viewer Java API to convert text files to HTML, PDF, PNG, and JPEG formats.... The default value is 55 . —Specifies the maximum...characters per row. The default value is 85 . The following example...

    docs.groupdocs.com/viewer/java/render-text-files/
  4. 使用 C# 管理 HEIF HEIC 圖像的 XMP 和 EXIF 數據

    使用 C# 管理 HEIF、HEIC 圖像的 XMP 和 EXIF 數據。使用 .NET 應用程序中的元數據自動化 API 讀取、更新、刪除 EXIF 和 XMP 數據。...Value); } foreach (TiffTag tag in...WriteLine(pattern, tag.TagID, tag.Value); } foreach (TiffTag tag in...

    blog.groupdocs.com/zh-hant/metadata/manage-xmp-...
  5. Metadata タグの扱い方

    Metadata タグの使用方法を説明してください。...found properties and their values foreach ( var property in properties)...name: {property.Name}, Value: {property.Value}" ); } } タグでメタデータ プロパティを追加...

    blog.groupdocs.com/ja/metadata/how-to-work-with...
  6. Видалення метаданих документів і зображень за д...

    Видаліть вибрані метадані або очистіть усі властивості метаданих за допомогою C# із файлів DOCX, XLSX, PPTX, PDF, JPG/JPEG, PNG, WebP, електронної пошти, електронних книг, Visio, Zip....Value.Type == MetadataPropertyType.String && p.Value.ToString()...

    blog.groupdocs.com/uk/metadata/remove-metadata-...
  7. Handling the Lyrics tag | GroupDocs

    This article explains how to handle Lyrics tag....LyricsField ( "ABC" , "custom value" )); // ... metadata . save...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/metadata/java/handling-the-l...
  8. Sign document with Form Field signature - advan...

     This article explains how to sign document with Form field electronic signatures using advanced options with GroupDocs.Signature API....TextFormFieldSignatu ( "tbData1" , "Value-1" ); // instantiate options...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  9. オンラインでバーコードをスキャン |画像とカメラを使用したバーコード スキャン

    オンラインでバーコードをスキャンします。バーコード画像をスキャンし、カメラを使用してスキャンします。 C# と Java を使用してプログラムでバーコードをスキャンする方法についても説明します。...CodeTypeName +" Value: " + barcode.Value); } } C# を使用したバーコード...WriteLine(barcode.getCodeTypeName() +" Code Value: " + barcode.getValue()); }...

    blog.groupdocs.com/ja/parser/scan-barcode-online/
  10. Extract text from Microsoft Office Word documen...

    To extract a text from Microsoft Office Word documents getText and getText(int) methods are used. These methods allow to extract a text from the entire document or a text from the selected page. TextOptions parameter is ignored for Microsoft Office Words documents. Here are the steps to extract a text from Microsoft Office Word document: Instantiate Parser object for the initial document; Call getText method and obtain TextReader object; Read a text from reader....Warning method returns null value if text extraction isn’t supported...Thank you for your feedback! We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-text-fro...