Sort Score
Result 10 results
Languages All
Labels All
Results 1,861 - 1,870 of 3,029 for

properties

(1.52 sec)
  1. Working with slide backgrounds | GroupDocs

    The API allows you to extract information about all the slide backgrounds, Removing a particular background and Adding watermark to all background images...following code sample using property of . AdvancedUsage.AddingWatermarks...particular slide setting the property to null. AdvancedUsage.AddingWatermarks...

    docs.groupdocs.com/watermark/net/working-with-s...
  2. Cách so sánh siêu dữ liệu tài liệu trong Python...

    So sánh mọi thuộc tính siêu dữ liệu giữa hai phiên bản tài liệu trong Python. Mã hoạt động để trích xuất, phát hiện quyền sở hữu và phiên bản, và xuất báo cáo kiểm toán CSV/JSON....Flatten a file's complete property tree into a dict def read_props...for p in metadata . find_properties( lambda p: p . name is not...

    blog.groupdocs.com/vi/metadata/compare-metadata...
  3. 3D

    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....Learn how to read metadata properties from glTF file 다음은 .NET용...

    blog.groupdocs.com/ko/tag/3d/
  4. Cara Menandatangani PDF dengan Tanda Tangan Dig...

    Tutorial singkat ini memandu Anda melalui proses untuk menandatangani PDF dengan tanda tangan digital menggunakan Java dan menyediakan implementasi tanda tangan digital di Java....sertifikat dan untuk menentukan properti untuk posisi tanda tangan...telah mendefinisikan berbagai properti untuk tanda tangan digital...

    kb.groupdocs.com/id/signature/java/how-to-sign-...
  5. Cara Mengkonversi Bitmap ke PNG menggunakan Java

    Artikel singkat ini memandu Anda melalui alur kerja untuk mengonversi Bitmap ke PNG menggunakan Java dan cara menggunakan panduan ini untuk mengubah BMP ke PNG di Java....ImageConvertOptions untuk menyetel properti guna menyesuaikan keluaran...dengan mendefinisikan berbagai properti untuk menyesuaikan file yang...

    kb.groupdocs.com/id/conversion/java/how-to-conv...
  6. GroupDocs.Conversion para .NET 25.10 – Atualiza...

    Explore o que há de novo no GroupDocs.Conversion para .NET 25.10. Disponível agora no NuGet e no site da GroupDocs....Twenty individual margin/size properties are deprecated and will be...that replace the old scalar properties: Classe afetada Propriedades...

    blog.groupdocs.com/pt/conversion/groupdocs-conv...
  7. GroupDocs.Conversion untuk .NET 26.1 – Pembarua...

    Jelajahi apa yang baru di GroupDocs.Conversion untuk .NET 26.1. Tersedia sekarang di NuGet dan situs web GroupDocs.... Properti SkipExternalResource kini...Publik (kompatibel‑mundur) # Properti Format pada beberapa kelas...

    blog.groupdocs.com/id/conversion/groupdocs-conv...
  8. document editing on GroupDocs Blog | Document A...

    document editing on GroupDocs Blog | Document Automation Solutions for .NET & Java Developers Recent content in document editing on GroupDocs Blog | Document Automation Solutions for .NET & Java De...... penanganan teks PPT/PPS, properti CSS baru, dan perbaikan bug...

    blog.groupdocs.com/id/tag/document-editing/inde...
  9. GroupDocs.Viewer for Node.js 26.5 – Obsługa wia...

    GroupDocs.Viewer for Node.js 26.5 dodaje MailMessageViewInfo, obsługę arkuszy stylów XML, ulepszenia CSS oraz naprawia krytyczne błędy w formatach DXF, PDF, EML, PPT, XLS i CAD....feature Return mail message properties through specialized view...MailMessageViewInfo class with all its properties Removed None New features...

    blog.groupdocs.com/pl/viewer/groupdocs-viewer-f...
  10. Saving image strategy | GroupDocs

    GroupDocs.Markdown provides several strategies for handling images during conversion. Set the ImageExportStrategy property on ConvertOptions to control the behavior: Base64 embedding – inline images as data URIs using ExportImagesAsBase64Strategy. File system export – save images to a directory using ExportImagesToFileSystemStrategy. Use the ImagesRelativePath property to control the relative path written into Markdown image links. Skip images – omit all images from the output using SkipImagesStrategy. Custom handler – implement IImageSavingHandler for full control over image saving, including renaming and custom storage via CustomImagesStrategy....Set the ImageExportStrategy property on ConvertOptions to control...Use the ImagesRelativePath property to control the relative path...

    docs.groupdocs.com/markdown/net/strategy/